@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*Root Variables*/
:root {
    --duration-short: 100ms;
    --duration-default: 350ms;
    --duration-long: 500ms;
    --primary: #2563EB;
    --text-color: #0F172A;
    --screen-width: 320px;
    --screen-height: 560px;
    --header-bg-color: #673AB7;
    --splash-bg-color: #3A7AF5;
    --bg-theme : #3A7AF5;
    --bg-theme-hover : #1965f1;
    --border-color : #00000026;
}

/*-------------- COMMON STYLES -----------------*/
body { height: 100%; margin: 0; padding: 0; overflow-x: hidden; font-size:18px;
    font-family: 'Nunito Sans', sans-serif; color: #0F172A; background: #F7F9FB; }
.container { max-width: 1700px; }
.btn-primary { background: #2563EB; color: white; width: 100%; padding: 15px; border: none;
    border-radius: 12px; font-size: 18px; line-height: 24px; cursor: pointer; transition:  all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 14px 24px 0px; }
.btn-primary:hover { background: linear-gradient(90deg, rgba(6, 90, 216, 0.8) 0%, rgba(3, 48, 114, 0.8) 100%); }
.btn-secondary { background: #3A7AF51A; font-size: 18px; line-height: 24px; color: #3A7AF5; 
    padding: 15px; box-shadow: 0px 4px 10px 0px #00000040; border-radius: 12px; border: none; }
.btn-secondary:hover { background: linear-gradient(90deg, rgba(6, 90, 216, 0.8) 0%, rgba(3, 48, 114, 0.8) 100%);
    color: white; }
.btn-danger { background: #FDEDF5; color: #ED4F9D; width: 100%; padding: 15px; border: solid 1px #FDEDF5;
    border-radius: 12px; font-size: 18px; line-height: 22px; cursor: pointer; transition:  all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 14px 24px 0px; }
.btn-danger:hover { background: #ED4F9D; color: #fff; }
.btn-link { padding: 0px 15px; border-radius: 4px; box-shadow: none;
    vertical-align: middle; background: transparent; align-content: center; border: 1px solid #A9AAAC; 
    text-align: center; border-radius: 12px; color: var(--text-color); }
.btn-link:hover { background: linear-gradient(90deg, rgba(6, 90, 216, 0.8) 0%, rgba(3, 48, 114, 0.8) 100%); 
    color: #fff; }
.btn-check:checked+.btn, .btn.active, .btn.show, 
.btn:first-child:active, :not(.btn-check)+.btn:active { border: none; outline: 0; color: inherit; }
a, .link {color: #065AD8;     text-decoration: none;}
a:focus, .link:focus { outline: 0; box-shadow: none; }
a:hover { color: #000; }
.text-underline { text-decoration: underline; }
.scroll-btn { position: fixed; right: 30px; bottom: 30px; background: #fff; color: #2563EB; 
    border: none; padding: 15px;width: 56px;z-index: 1; }
.modal-open { overflow: hidden; }
.btn-close { position: absolute; top: 10px; right: 10px; font-size: 14px; margin: 0; }
.selectize-dropdown-content { height: 180px; overflow: auto; }

/*----------- HEADER -------------- */
header  { position: relative; z-index: 99; }
.sticky { position: fixed; top:0; left:0; width: 100%; z-index: 999; transition: all 0.3s ease; }
header .container { padding: 0 15px; }
.top-header { padding: 5px 10px; background-color: #3A7AF5; }
.top-header .container { display: flex; align-items: center; justify-content: flex-end; background: transparent; }
.header-marquee { font-weight: 400; font-size: 14px; line-height: 21px; letter-spacing: 0%;
    color: #FFFFFF; text-align: center; display:inline-block; margin-right: 20px; }
.header-marquee a { color: #fff; text-decoration: underline; }
.modal-backdrop { z-index: 111111; }
.modal { z-index: 111112; }


.header-right { display: flex; justify-content: flex-end;  align-items: center;  gap: 10px; 
    white-space: nowrap; width: 250px; }
.header-right a, .header-right span { font-weight: 400; font-size: 14px; line-height: 21px; 
    color: #FAFAFA; text-decoration: none !important; }
.language-list select { background-color: transparent; border: none; color: #FAFAFA; font-size: 14px;
    cursor: pointer; }
.language-list select option { color: #071524; }
.language-list select:focus { border: none; outline: none; }

/* Navbar */
.navbar { width: 100%; height: 94px; background-color: #ffffff; display: flex; align-items: center; 
    justify-content: space-between; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);  }
.logo-container { width: 146px; height: 24px; margin-right: 45px; }
.navbar .logo { text-decoration: none; }
.navbar .logo h1 { font-weight: 700; font-size: 36px; line-height: 24px; color: #071524;  }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { text-decoration: none;
    color: #071524;
    font-size: 20px;
    padding: 10px;
    position: relative;
    font-weight: 600; }
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}
.nav-links a:hover { color: #3b82f6; }
.nav-links a.active, .nav-links a:hover { color: #3b82f6;  }
.nav-links .dropdown { position: relative;  }
.nav-links .active{ color: #3b82f6; font-size: 20px; line-height: 24px;
    text-align: center;}
.nav-links .dropdown-menu { display: none; position: absolute; top: 100%; border-radius: 8px; 
    background-color: #FFFFFF; border: 1px solid #ddd; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    width: 265px; opacity: 0;  font-weight:600;  }
.search-container .search-dropdown-menu { display: none; position: absolute; top: 74%; 
    background-color: #FFFFFF; border-radius:8px; border: 1px solid #ddd; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); width: 265px; z-index: 1000; opacity: 1; 
    visibility: visible; pointer-events: auto; transform: translateY(0); 
    animation: animateMenuOpen var(--duration-default) ease; }
.nav-links .dropdown:hover .dropdown-menu { display: block !important; opacity: 1; 
    visibility: visible; pointer-events: auto; transform: translateY(0); 
    animation: animateMenuOpen var(--duration-default) ease; margin-top: 0px; }
@keyframes animateMenuOpen {
    0% { opacity: 0; transform: translateY(-1.5rem); }
    100% { opacity: 1; transform: translateY(0); }
}
.nav-links .dropdown span { font-weight:600; font-size: 20px; }
.nav-links .dropdown-menu ul , .search-container .search-dropdown-menu ul { list-style: none;
    margin: 0; padding: 0; }
.nav-links .dropdown-menu li  { display: flex; align-items: center; gap: 15px; padding: 8px 12px; }
.search-container .search-dropdown-menu li { display: flex; align-items: center; gap: 15px;  
    padding: 14px 16px; }
.search-container .search-dropdown-menu li:hover { background-color: #efefef; color: #f0f0f0; }
.nav-links .dropdown-menu li svg, .search-container .search-dropdown-menu li svg { margin-left: 8px; }
.nav-links .dropdown-menu li a  ,
.search-container .search-dropdown-menu li a { font-weight: 550; font-size: 18px; line-height: 16px;
    text-align: center; color: #000000; text-decoration: none; }
.nav-links .dropdown-menu li:hover { background-color: #efefef; color: #f0f0f0; }
.menu-icon { display: none; }
.menu-dropdown-menu { width: 188px; height: auto; display: none; position: fixed; 
    background-color: #FFFFFF; border: 1px solid #ddd; padding: 10px; width: 100%; height: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); z-index: 1111; top:0; left: 0; }
.menu-dropdown-menu ul { list-style: none; width: 152px; height: 164px; padding: 0; margin: 0; }
.menu-dropdown-menu ul li { padding: 8px 10px; line-height: 0.6; white-space: nowrap; }
.menu-dropdown-menu ul li a { text-decoration: none; display: block; 
    font-weight: 600; font-size: 16px; color: #000000; }

.nav__toggle { position: absolute; z-index: 10; padding: 0; border: 0; 
    background: none; outline: 0; left: 15px; top: 0px; cursor: pointer; border-radius: 50%;
    transition: background-color 0.15s linear; }
.nav__menu { display: flex !important; flex-direction: column; justify-content: flex-start; height: var(--screen-height);
    position: relative; z-index: 5; visibility: hidden; margin-top: 70px; position: absolute;
    top: -100%;width:100%; left: -100%; }
.nav__item { opacity: 0; transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s; }
.nav__item:nth-child(1) { transform: translateY(-40px); }
.nav__item:nth-child(2) { transform: translateY(-80px); }
.nav__item:nth-child(3) { transform: translateY(-120px); }
.nav__item:nth-child(4) { transform: translateY(-160px); }
.nav__item:nth-child(5) { transform: translateY(-200px); }
.nav__item:nth-child(6) { transform: translateY(-240px); }
.nav__link { color: white; display: block; text-align: center; text-transform: uppercase; 
    letter-spacing: 5px; font-size: 1.25rem; text-decoration: none; padding: 1rem; }
.nav__link:hover, .nav__link:focus { outline: 0; background-color: rgba(0, 0, 0, 0.2); }
.menuicon { display: block; cursor: pointer; color: black; transform: rotate(0deg); 
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); width: 35px; }
.menuicon__bar, .menuicon__circle { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; }
.menuicon__bar { transform: rotate(0deg); transform-origin: 50% 50%; transition: transform 0.25s ease-in-out; }
.menuicon__circle { transition: stroke-dashoffset 0.3s linear 0.1s; stroke-dashoffset: 144.513262038; 
    stroke-dasharray: 144.513262038; }
.splash { position: absolute; top: 40px; left: 40px; width: 1px; height: 1px; }
.splash::after { content: ""; display: block; position: absolute; border-radius: 50%; 
    background-color: var(--splash-bg-color); width: 284vmax; height: 284vmax; top: -142vmax; left: -142vmax;
    transform: scale(0); transform-origin: 50% 50%; 
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06); will-change: transform; }
.nav:target > .splash::after, .nav--open > .splash::after { transform: scale(1); }
.nav:target .menuicon, .nav--open .menuicon { color: white; transform: rotate(180deg); }
.nav:target .menuicon__circle, .nav--open .menuicon__circle { stroke-dashoffset: 0; }
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4), 
.nav--open .menuicon__bar:nth-child(1), .nav--open .menuicon__bar:nth-child(4) { opacity: 0; }
.nav:target .menuicon__bar:nth-child(2), .nav--open .menuicon__bar:nth-child(2) { transform: rotate(45deg);}
.nav:target .menuicon__bar:nth-child(3), .nav--open .menuicon__bar:nth-child(3) { transform: rotate(-45deg);}
.nav:target .nav__menu, .nav--open .nav__menu { visibility: visible;top: 0; left: 0; }
.nav:target .nav__item, .nav--open .nav__item { opacity: 1; transform: translateY(0); }

/* Search Bar */
.search-container { width: 410px; height: 40px; display: flex; align-items: center; 
    border: 1px solid #3A7AF5; border-radius: 23px; margin-left: auto; margin-right: 15px; }
.search-container button:first-child { display: inline-flex; align-items: center; width: auto; 
    height: 40px; background-color: #3b82f6;
    color: #FFFFFF; border: none; border-radius: 0; border-top-left-radius: 23px;  padding: 0 15px;
    border-bottom-left-radius: 23px; cursor: pointer; font-size: 16px; white-space: nowrap; gap:10px; }
.search-container button:first-child .material-symbols-outlined { font-size: 18px; }
.search-container button .material-symbols-outlined { font-size: 24px; }
.search-container input { flex: 0.96; height: 100%; border: none; outline: none; padding: 8px 16px; width:100%; }
.search-container input::placeholder { font-weight: 500; font-size: 16px; line-height: 19.1px; gap: 10px;
    letter-spacing: 0px; color: #3A7AF5; }
.search-container input:focus::placeholder { color: #3A7AF5; }
.search-container .search-icon { padding: 0; background-color: #ffffff; color: #3b82f6; border: none;
    height: 100%; cursor: pointer; background: none; }

/* Login & Register Buttons */
.login-register-container { display: flex; gap: 11px; }
.login-register-container a { border-radius: 30px; display: flex; align-items: center;
    justify-content: center; text-decoration: none; font-size: 16px; font-weight: bold;
    border: none; cursor: pointer; color: #FFFFFF; background-color: #007bff; 
    padding: 8px 15px; transition: all 0.3s ease; box-shadow: 0px 24px 24px 1px #00000026; }
.login-register-container a:hover { background: linear-gradient(90deg, rgba(6, 90, 216, 0.8) 0%, rgba(3, 48, 114, 0.8) 100%); }

.header-profile { display: flex; align-items: center; }
.header-profile figure { display: inline-block; width: 40px; height: 40px; border-radius: 50%; 
    overflow: hidden; margin: 0 10px 0 0; }
.header-profile figure img { width: 100%; height: 100%; }
.header-profile .dropdown-toggle { background: none; border: none; padding: 0; margin: 0; display: flex; 
    align-items: center; gap: 10px; }
.header-profile .dropdown-toggle::after { display: none; }
.header-profile .dropdown-menu { width: 200px;box-shadow: 0px 24px 25px 0px #00000040; 
    border-radius: 8px; border: none; }
.header-profile .dropdown-menu a { font-size: 16px; display: block; width: 100%; padding: 10px; }
.header-profile .dropdown-menu a:hover { background: #efefef; color: #000; }

/*--------------- Icons --------------*/
#sidebar .material-symbols-outlined { vertical-align: middle; color:#ffffff}
.material-symbols-outlined { vertical-align: middle;}
.profile-section .material-symbols-outlined {color:#0F172A }
.login-icon { display: inline-block; width: 16px; height: 19px; margin-right: 5px;
    background: url(../images/icons/login-icon.svg) no-repeat; background-size: cover; }
.register-icon { display: inline-block; width: 19px; height: 19px; margin-right: 5px;
    background: url(../images/icons/register-icon.svg) no-repeat; background-size: cover; }
.elec-icon { display: inline-block; width: 22px; height: 19px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/electronics-icon.svg) no-repeat; background-size: cover; }
.engg-icon { display: inline-block; width: 21px; height: 21px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/engineering-icon.svg) no-repeat; background-size: cover; }
.plas-icon { display: inline-block; width: 22px; height: 16px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/plastic-icon.svg) no-repeat; background-size: cover; }
.food-icon { display: inline-block; width: 20px; height: 19px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/food-icon.svg) no-repeat; background-size: cover; }
.global-reach-icon { display: inline-block; width: 80px; height: 80px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/global-reach-icon.svg) no-repeat; background-size: cover; }
.next-gen-icon { display: inline-block; width: 80px; height: 80px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/next-gen-icon.svg) no-repeat; background-size: cover; }
.trust-icon { display: inline-block; width: 80px; height: 80px; margin-right: 5px; vertical-align: middle;
    background: url(../images/icons/trust-icon.svg) no-repeat; background-size: cover; }


/*----------Home Slider-----------*/
.slider__wrapper { margin: 0 auto; height: 450px; display: inline-block; width: 100%; overflow: hidden; }
.slider__wrapper .slick-track { overflow: hidden; }
.slider__content { display: flex !important; align-items: center; justify-content: flex-end; 
    width: 50%; position: relative; max-height: 450px; background-color: var(--slider-bg-color); }
.slider__content .slider__text { transition: all 1s ease; 
    padding: 2.5em 4em; position: absolute; left: 10%; color: #fff;
    width: 40%; z-index: 1; opacity: 0; transition: all 1s linear; }
.slider__content:before { content: ''; position: absolute; left: 40px; top: 0; 
    width: 50%; height: 100%; transform: skew(10deg,0deg); background-color: var(--slider-bg-color); z-index: 1 }
.slider__content .slider__text h2 { font-weight: 600; font-size: 35px; display: inline-block; 
    margin-bottom: 15px; }
.slider__content .slider__text p { line-height: 24px; font-size: 18px; margin-bottom: 20px; }
.slider__content .banner-btn { display: inline-block; background-color: #fff; padding: 10px 20px; font-size: 20px; 
    color: #000; border-radius: 30px; margin-top: 10px; border: solid 1px #fff; 
    transition: all 0.3s ease; text-decoration: none; }
.slider__content .banner-btn:hover { background-color: #000; color: #fff; }
.slider__content .slider__image { width: 50%; margin: 0; position: relative; }
.slider__content .slider__image:before { content: ""; padding-top: 56.25%; display: block; }
.slider__content .slider__image img { position: absolute; top: 0; left: 0; width: 0; 
    height: 100%; object-fit: cover; transition: all 0.75s ease; }


.slick-arrow { position: absolute; z-index: 2; background: rgba(255,255,255,0.5); 
    border: 0; width: 10px; height: 15px; text-indent: -9999px; 
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); cursor: pointer; transition: all 0.5s ease; }
.slick-arrow:hover { background-size: 190%; }

.slick-arrow.slick-prev { width: 40px; height: 40px; right: 25px; transform: rotate(0deg); top: 40%; 
    mask: url(../images/home/arrow_right.svg) no-repeat center center; mask-size: cover; background-color: #fff; }
.slick-arrow.slick-next { width: 40px; height: 40px; left: 25px; transform: rotate(180deg); top: 40%; 
    mask: url(../images/home/arrow_right.svg) no-repeat center center; mask-size: cover; background-color: #fff; }


.slick-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; padding: 0; }
.slick-dots li { display: inline-block; }
.slick-dots li[aria-hidden="false"] button { background: rgba(255,255,255,1); }
.slick-dots button { width: 10px; height: 10px; background: rgba(255,255,255,0.5); margin: 0 10px; 
    border-radius: 5px; padding: 0; text-indent: -9999px; }
.slick-active .slider__text { opacity: 1; }
.slick-active .slider__image img { width: 100%; }
.product-page-banner { display: flex; align-items: center; overflow: hidden; position: relative; 
    height: 450px; }
.product-page-banner .slider__text { position: relative; z-index: 1; padding: 50px; width: 40%; left: 15%; }
.product-page-banner h5 { font-size: 20px; line-height: 24px; color: #F53A40; margin-bottom: 20px; 
    text-decoration: underline; }
.product-page-banner h2 { font-size: 64px; line-height: 64px; color: #000000; font-weight: bold; 
    margin-bottom: 30px; }
.product-page-banner p { font-size: 14px; line-height: 18px; color: #000000; margin-bottom: 30px; }
.product-page-banner .banner-btn { background-color: #F62B24; color: #fff; border-radius: 5px; 
    padding: 15px 75px; }
.product-page-banner .slider__image { width: 100%; position: absolute;top: 0; right: 0; height: 100%; }
.product-page-banner .slider__image img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; }


/* Promo Banner */
.promo-banner { overflow: hidden; position: relative; z-index: 10; transition: all 0.3s ease; }
.promo-banner img { max-width: 100%; max-height: 100%; object-fit: cover;transition: all 0.3s ease; }
.promo-banner:hover img { transform: scale(1.1); }

/* Product Slider */
.product-slider { position: relative; z-index: 5; width: 100%; padding: 0 50px; }
.product-slider .owl-carousel { width: 100%; position: relative; }
.product-slider .owl-carousel .owl-item { padding: 0 10px 30px; }
.product-slider .owl-carousel .product-item { display: flex; flex-direction: column; 
    align-items: center; justify-content: space-between; height: 100%; text-align: center;
    position: relative; z-index: 3;  margin: 0; }
.product-slider .owl-carousel .product-item figure { width: 100%; height: 275px; overflow: hidden; 
    display: flex; align-items: center; justify-content: center; }
.product-slider .owl-carousel .product-item img { max-width: 100%; max-height: 100%; object-fit: contain; 
    transition: all 0.3s ease-in-out; }
.product-slider .owl-carousel .product-item:hover img { transform: rotateY(180deg); 
    transition: all 0.3s ease-in-out; opacity: 0.5 }
.product-slider .owl-carousel .product-item .icons { position: absolute; top: 50%; left: 50%;
    display: flex; align-items: center; transition: all 0.3s ease-in-out; gap:10px;
    background-color: #fff; padding: 5px; opacity: 0; transform: translate(-50%,-50%); }
.product-slider .owl-carousel .product-item .icons a { width: 30px; height: 30px; color: #000; 
    display: flex; align-items: center; justify-content: center; border-radius: 50%; 
    text-decoration: none; font-size: 18px; }
.product-slider .owl-carousel .product-item:hover .icons { left: 50%; top: 30%; opacity: 1;
    transform: translate(-50%,-50%) scale(1); }
.product-slider .owl-carousel .product-item .icons .favourite-active .material-symbols-outlined { font-variation-settings:'FILL' 1,'wght' 400,  'GRAD' 0, 'opsz' 24 ; color: red; }
.product-slider .owl-carousel .owl-nav button { position: absolute; transform: translateY(-50%); 
    border-radius: 50%; top: 40%; background-color: #FFFFFF; }
.product-slider .owl-carousel .owl-prev { left: -50px; }
.product-slider .owl-carousel .owl-next { right:-50px; }
.product-slider .owl-carousel .owl-prev,
.product-slider .owl-carousel .owl-next { background-color: #FFFFFF;  border-radius: 50%;  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  width: 40px;  height: 40px; display: flex; 
    justify-content: center; align-items: center; transition: background-color 0.3s; 
    border: 1px solid transparent; }
.product-slider .owl-carousel .owl-prev:hover,
.product-slider .owl-carousel .owl-next:hover { background-color: #f0f0f0; border: 1px solid #ccc; }
.product-slider .owl-carousel .product-details { display: inline-block; width: 100%; }
.product-slider .owl-carousel .product-details .category-list { display: inline-block; width: 100%; 
    font-weight: 700; font-size: 14px; line-height: 24px; color: #AAAAAA; white-space: nowrap; 
    overflow: hidden; text-overflow: ellipsis; }
.product-slider .owl-carousel .product-details .category-list a { color: inherit; text-decoration: none; }
.product-slider .owl-carousel .product-details .category-list .subcategory {  }
.product-slider .owl-carousel .product-details .category-list .separator { flex-shrink: 0; margin: 0 6px; }
.product-slider .owl-carousel .product-details .category-list .brand {  }
.product-slider .owl-carousel .product-details .product-title { display: inline-block; width: 100%; 
    max-width: 200px; margin-top: 10px; }
.product-slider .owl-carousel .product-details .product-title a { display: inline-block; font-weight: 700; 
    font-size: 18px; line-height: 24px; color: #000000; text-decoration: none; height:50px; 
     overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; 
    -webkit-box-orient: vertical; }
.product-slider .owl-carousel .product-details .product-title a:hover { color: #3A7AF5; 
    text-decoration: underline; }
.product-slider .owl-carousel .product-item .quick-view-btn { border: 1px solid #3A7AF54D; 
    background-color: #FFFFFF; color: #3A7AF5; font-weight: 700; font-size: 16px; padding: 10px 15px;
    border-radius: 10px; margin-top: 10px; cursor: pointer; text-decoration: none; 
    display: inline-block; text-align: center; transition: all 0.3s ease-in-out; 
    box-shadow: 0px 8px 25px 0px #00000040; }
.product-slider .owl-carousel .product-item .quick-view-btn:hover { background-color: #3A7AF5; 
    color: #FFFFFF; box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0; }

/*Home Categories*/
.home-category-container { padding: 30px; background-color: ; margin-top: 18px; }
.home-category-container .col-lg-3 { padding: 0 15px; }
.home-category-container .box { position: relative; overflow: hidden; text-align: right;
    transition: transform 0.4s ease; display: flex; justify-content: flex-end; }
.home-category-container .box img { width: auto; height: 250px; display: block;
    transition: transform 0.4s ease, box-shadow 0.3s ease;  }
.home-category-container .box:hover img { transform: scale(1.2); }
.home-category-container .box-category { position: absolute; top: 20px; left: 25px; width: 100%; 
    color: #ffffff; text-align: start; padding: 10px; }
.home-category-container .box-category .category-name { display: inline-flex; align-items: center; 
    font-size: 20px; font-weight: 700; gap: 12px; color: #000000; text-decoration: none; 
    text-transform: uppercase; }
.home-category-container .box-category .view-more { text-decoration: none; font-weight: 400;
    font-size: 16px; display: block; margin-top: 5px; color: #000000; }
.home-category-container .box-category .view-more:hover { text-decoration: underline; }

.category-section-container { padding: 30px; margin: 0 auto; }
.category-section-container .product-tabs { display: flex; align-items: center; float: right; }
.category-section-container .section-title { border-bottom: 1px solid #065AD833; display: flex; 
    justify-content: space-between; align-items: center; position: relative; margin: 0; }
.category-section-container .section-title::after { content: ""; position: absolute; bottom: -3px;
    left: 0; width: 328.05px; height: 4px; background-color: #065AD8; }
.category-section-container .section-title h2 { font-weight: 700; font-size: 24px; line-height: 24px; 
    position: relative;  display: inline-block; text-transform: uppercase; }
.category-section-container .section-title .nav-tabs { display: flex; border: none; margin-right: 35px; }
.category-section-container .section-title .nav-tabs .nav-link { font-weight: 700; font-size: 16px; 
    line-height: 24px; color: #071524; margin: 0 10px;border:none; }
.category-section-container .section-title .nav-tabs .nav-link.active { border-radius: 5px 5px 0 0;
    border-top: 1px solid #3A7AF5; background-color: #FFFFFF; color: #065AD8; 
    font-weight: 700; font-size: 16px; line-height: 24px;
    text-align: center;box-shadow: 0px 0px 4px 0px #00000040;}
.category-section-container .section-title .view-more { text-decoration: none; font-weight: 700;
    font-size: 16px; line-height: 24px; color: #065AD8; padding: 3px 10px; }
.category-section-container .section-title .view-more:hover { background: #065AD8; color: #fff; }
.category-section-container .nav.nav-tabs li.nav-item { padding: 0; }
.category-section-container .tab-content { margin-top: -1px; padding-top: 80px; }

/* WHY CHOOSE US  */
.why-choose-us { width: 100%; position: relative; overflow: hidden; text-align: center; 
    padding: 60px 20px; background:url(../images/home/why-choose-us.jpg) no-repeat; background-size: cover; }
.why-choose-us .container { text-align: center; max-width: 1800px; }
.why-choose-us .section-title { font-size: 36px; line-height: 1.2; font-weight: 700; color: #FFFFFF; margin: 0 0 40px; }
.why-choose-us .icon .material-symbols-outlined { font-size: 80px; color: #0180FF; }
.why-choose-us .card { background-color: #FFFFFF; border-radius: 8px; padding: 20px; 
    text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s, box-shadow 0.3s; height: 100%; }
.why-choose-us .card:hover { transform: translateY(-8px); box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); }
.why-choose-us .card h2 { font-weight: 700; 
    font-size: 40px; margin-top: 20px; color: #000000; }
.why-choose-us .card p { font-weight: 600; font-size: 16px;
    margin-top: 15px; color: #6a6a6a; }

.trending-products { margin: 100px 50px; }
.trending-products .owl-carousel .owl-item { margin-bottom: 30px; padding:0 10px; }
.section-title { text-align: center; margin: 50px 50px; font-weight: 600; font-size: 36px; 
    line-height: 48px; letter-spacing: 4%; color: #415161; }
.trending-product-item { background-color: #fff; padding: 0; border-radius: 4px; 
    border: 1px solid #ddd; border-bottom: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: auto; position: relative; overflow: hidden; }
.trending-product-item figure { width: 100%; height: 232px; display: flex; align-items: center; 
    justify-content: center; overflow: hidden; padding: 0px; }
.trending-product-item img { max-height: 100%; display: block; margin:  auto;transition: all 0.3s ease-in-out; opacity: 1; object-fit: cover; }
.trending-product-item:hover img { transform: scale(1.2); opacity: 0.6; }
.trending-product-item h4 { font-size: 18px; font-weight: 500; padding:15px; text-transform: uppercase; 
    height: 40px; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; 
    -webkit-box-orient: vertical; overflow: hidden;}
.trending-product-item h4 a { color: #000; text-decoration: none; text-transform: initial;
    font-size: 24px; font-weight: 600; }
.trending-product-item h4 a:hover { color: var(--primary); }
.trending-product-item p { font-size: 18px; line-clamp: 2; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden; padding-left:15px; font-weight: 600; }
.trending-product-item p + a { display: inline-block; padding: 0 15px; margin-bottom: 20px; }
.latest-blog { display: inline-block; width: 100%; margin: 100px 0; }
.blog-icons { position: absolute; top: 50%; left: 50%; display: flex; align-items: center;
    gap: 5px; transform: translate(-50%,-50%); background-color: #fff; padding: 5px; opacity: 0;
    transition: all 0.3s ease;  }
.blog-icon-like, .blog-icon-view { font-size: 22px; cursor: pointer; transition: color 0.3s; margin: 0 3px; }
.blog-icon-like:hover { color: red; }
.blog-icon-view:hover { color: #0180FF; }
.trending-product-item:hover .blog-icons { opacity: 1; top: 30% }


.background-container { width: 100%; background-image: url(../images/home/inquiry-bg.jpg); 
    background-repeat: no-repeat; background-attachment: fixed; background-position: center center; 
    background-size: cover; display: flex; align-items: flex-start; justify-content: flex-start; 
    padding: 50px 80px; margin: 0 auto; }
.inquiry-form { background-color: white; margin: 30px 0; padding: 40px; border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); width: 800px; text-align: center; }
.inquiry-form h2 { color: #007bff; font-weight: 700; 
    font-size: 24px; line-height: 30px; letter-spacing: 0.2px; display: flex; align-items: flex-start; }
.inquiry-form p { margin-top: 10px; color:  #415161;  
    align-items: flex-start; font-size: 16px; font-weight: 500; letter-spacing: 0.3px; text-align: left; } 
.form-row { display: flex; gap: 20px; flex-wrap: wrap; }
.form-group { position: relative; margin-bottom: 35px; flex-grow: 1; }
.form-group .form-control.selectize-control { display: flex; align-items: flex-start; position: relative; 
    padding: 0; border: none; border-radius: 0; }
.selectize-control.single .selectize-input { width: 100%!important; background-color: #ffffff; 
    padding: 10px 25px 10px 40px; border-radius: 12px; flex: 1; overflow: hidden;
    border: 1px solid #A9AAAC; font-size: 18px; color: #0F172A; height: 56px;
    background: url(../images/icons/arrow-down-icon.svg) no-repeat; background-position: 95% center; 
    background-size: 20px; }
.selectize-control.single .selectize-input input { border: none; padding: 0; margin: 0; }
.selectize-control.single .selectize-input input:focus { outline: 0; }
.selectize-control.single .selectize-input:focus { outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); }
.selectize-input.input-active.dropdown-active + .selectize-dropdown.single { 
    display: inline-block!important; width: 300px !important; z-index: 99; padding: 10px 0; 
    position: absolute;  margin-top: 5px; }
.selectize-input .item { display: inline-block; white-space: nowrap; }
.selectize-dropdown-content .option { width: 100%; display: inline-block; padding: 2px 10px; }
.selectize-dropdown-content .option:hover { background: var(--primary); color: #fff; cursor: pointer; }
.selectize-dropdown-content { width: 100%; }
.form-group .resend-link { color: #2563EB; text-decoration: underline; }
.form-group .resend-link , .form-group .verify-icon { position: absolute; right: 10px; top: 10px; 
    font-size: 16px; }
.form-group .verify-icon .material-symbols-outlined { position: static; color: #04B80A; }

.form-group .form-control { display: flex; align-items: flex-start; background-color: #ffffff; 
    padding: 10px 10px 10px 40px; border-radius: 12px; flex: 1; position: relative; 
    border: 1px solid #A9AAAC; font-size: 18px; color: #0F172A; line-height: 34px; }
.form-group .material-symbols-outlined { font-size: 24px; color: #0F172A; position: absolute; 
    left: 10px; top: 10px; z-index: 1;line-height: 36px; }
.form-group label + .material-symbols-outlined { top: 40px; }
.form-control[type=file]:not(:disabled):not([readonly]) { padding-left: 50px; }
.form-group .fa { font-size: 24px; color: #94A3B8; position: absolute; 
    left: 10px; top: 10px; z-index: 1;line-height: 36px; }
.form-group .form-control + .material-symbols-outlined { font-size: 24px; color: #0F172A; position: absolute; 
    right: 10px; left: inherit; top: 12px; z-index: 1; }
.form-group textarea { resize: none; line-height: 1.5; }
.form-group select.custom-select { display: none; }
.form-error .form-control { border: 1px solid #ED4F9D; box-shadow: rgba(237, 79, 157, 0.2) 0px 7px 29px 0px; }
.form-error .error-msg { color: #ED4F9D; font-size: 14px; margin: 0; position: absolute; left: 15px; 
    bottom: -24px; white-space: nowrap; }
.form-error .error-msg .material-symbols-outlined { position: static; font-size: 14px; color: #ED4F9D; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), 
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, 
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, 
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-radius: 12px; }
    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { 
    border-radius: 12px; }
input::placeholder, textarea::placeholder { color: #0F172A!important; opacity: 1; }
input::-webkit-input-placeholder, textarea::-webkit-placeholder { color: #0F172A!important; opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #0F172A!important; opacity: 1; }
input::-ms-input-placeholder, textarea::-ms-placeholder { color: #0F172A!important; opacity: 1; }
.mobile-number { display: flex; width: 100%; flex-basis: 50%; gap:10px; }
.mobile-number .form-group:first-child { width: 40%; }
.mobile-number .form-group:last-child { width: 60%; }
.inquiry-form-btn { width: 180px; height: 56px; background-color: #007bff; color: #FFFFFF; 
    font-weight: 700; border: none; border-radius: 12px; padding: 8px 29px; cursor: pointer;
    font-size: 18px; display: flex; align-items: center; justify-content: center; margin: 20px auto;
    position: relative; overflow: hidden; transition: color 0.3s ease-in-out;
    box-shadow: 0px 14px 24px 0px #00000040; }
.inquiry-form-btn::before { content: ""; position: absolute; top: 0; left: 50%; width: 0%; height: 100%;
    background: rgba(255, 255, 255, 0.2); transition: width 0.4s ease-in-out, left 0.4s ease-in-out; 
    transform: translateX(-50%); }
.inquiry-form-btn:hover::before { width: 100%; }
.inquiry-form-btn:hover { color: #FFFFFF; }

.product-label { background-color: #0180FF; padding: 10px; color: #FFFFFF; width: 100%; 
    text-align: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; 
    position: absolute; bottom: -1px; left: 0; font-size: 16px; font-weight: 500; }
.feature-section { margin: 75px 0 100px; display: inline-block; width: 100%; 
    text-align: center; }
.feature-box { text-align: center; width: auto; border-radius: 5px; padding: 30px; 
    font-weight: 600; border: 1px solid #ddd; background-color: #fff; }
.feature-box img { width: 60px; height: 60px; border-radius: 50%; background-color: #007bff;
    padding: 10px; }
.feature-box h3 { margin-top: 20px; font-size: 18px; font-weight: bold; color: #222; }
.feature-box p { font-size: 14px; color: #555; }

.footer { background-color: #3A7AF5; color: #FFFFFF; padding: 50px 20px 15px 20px; }
.footer-container { max-width: 1200px; margin: auto; display: flex; justify-content: space-between;
    flex-wrap: wrap; }
.footer-column { flex: 1; width: 300px; margin-bottom: 20px; }
.footer-column:first-child { min-width: 400px; }
.footer-column h3 { margin-bottom: 15px; font-size: 21px; letter-spacing: 1px; 
    text-transform: uppercase; font-weight: 600; color: #fff; }
.footer-column h4 { margin-bottom: 15px; font-size: 20px; letter-spacing: 1px; text-transform: uppercase;
    font-weight: 500; }
.footer-column p { font-size: 15px; width: 230px; line-height: 1.7; font-weight: 100; color: #FAFAFA; 
    letter-spacing: 0.1px; }
.footer-column .elec-icon { filter: invert(100%); -webkit-filter: invert(100%); }
.footer-column .engg-icon { filter: invert(100%); -webkit-filter: invert(100%);  }
.footer-column .plas-icon { filter: invert(100%); -webkit-filter: invert(100%);  }
.footer-column .food-icon { filter: invert(100%); -webkit-filter: invert(100%);  }

.newsletter { display: flex; flex-direction: column; }
.newsletter h3{ margin-top: 25px; font-size: 20px; letter-spacing: 1px; font-weight: 500; 
    text-transform: none; }
.newsletter .input-container { position: relative; width: 301px; height: 48px; }
.newsletter .input-container input { width: 100%; height: 100%; padding: 12px 45px 12px 16px;
    border: 1.7px solid#FAFAFA; border-radius: 4px; font-weight: 400;
    font-size: 16px; line-height: 24px; outline: none; background-color: #3A7AF5; }
.newsletter .input-container input::placeholder { color: #FAFAFA; opacity: 0.5; }
.newsletter .input-container svg { position: absolute; right: 10px; top: 50%; 
    transform: translateY(-50%); cursor: pointer; }
.footer-links { margin-top: 10px; list-style: none; padding: 0; }
.footer-links li { margin-bottom: 7px; }
.footer-links a { color: #FFFFFF; letter-spacing: 0.1px; text-decoration: none; font-size: 17px; }
.footer-links a:hover { color: #b9c7e1; text-decoration: underline; }
.footer-categories-links li { margin-bottom: 10px; display: flex; align-items: center; gap: 20px;
    list-style: none; }
.footer-categories-links a { color: #FFFFFF; letter-spacing: 0.1px; line-height: 40px; 
    text-decoration: none; font-size: 20px; }
.footer-icons { display: flex; gap: 15px; margin-top: 10px; }
.footer-icons a { color: #FFFFFF; font-size: 18px; text-decoration: none; }
.footer-line { border-top: 1px solid rgba(255, 255, 255, 0.3); }
.footer-bottom { max-width: 1200px; text-align: center; padding-top: 20px; font-size: 14px;
    margin-top: 20px; margin-bottom: 0; margin: auto; justify-content: space-between; flex-wrap: wrap; }
.footer-left { text-align: left; position: relative; color: #FAFAFA; opacity: 0.5; font-size: 18px;
    letter-spacing: 0.7px; }
.footer-right { text-align: right; z-index: 1; position: relative; }
.footer-right ul { padding-left: 0; margin-bottom: 0; list-style-type: none; }
.footer-right ul li { display: inline-block; text-align: right; position: relative; padding-left: 7px;
    color: #ffffff; }
/*-----------------------Input default Sonal ----------------------*/

/*Login and Register Modals*/
.modal { --bs-modal-zindex: 1055; --bs-modal-width: 900px !important; }
.modal .modal-content{ border-radius:10px; overflow: hidden;  }
.modal input, .modal optgroup, .modal select, .modal textarea { margin: 0; font-family: inherit; 
    font-size: inherit; line-height: inherit; border: 1px solid #A9AAAC;    color: #94A3B8; }
.modal .overlay { display: flex; justify-content: flex-end; align-items: center; width: 100%; 
    height: 100%; border-radius:20px; }
.modal .login-container { display: flex; justify-content: space-between; background: white; width: 900px; 
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }
.modal .left { width: 60%; padding: 30px; position: relative; }
.modal .right { width: 40%; background: #065ad8; display: flex; justify-content: center; 
    align-items: center; }
.modal .right img { width: 80%; }
.modal h2 { font-size: 22px; margin-bottom: 10px; }
.modal p { font-size: 18px; color:#0F172A; }
.modal .input-box { display: flex; align-items: center; border: 1px solid #E2E8F0; padding: 10px;
    margin-top: 10px; border-radius: 10px; height: 56px; }
.modal .input-box input { border: none; outline: none; width: 100%; margin-left: 10px; font-size: 16px; }
.modal .input-box .material-symbols-outlined { color: #0F172A; }
.modal .password-info { font-size: 16px; margin-top: 5px; color:  #0F172A; }
.modal .mobile-login { display: flex; align-items: center; font-size: 16px; color: #007bff; margin: 15px 0;
    font-weight: 500; line-height: 40px; }
.modal .options { display: flex; justify-content: space-between; font-size: 16px; margin: 20px 0; }
.modal .options a { text-decoration: none; color: #007bff; }
.modal .options a:hover { color: #000; }
.modal .terms { font-size: 16px; margin: 20px 0; }
.modal .terms a { text-decoration: none; color: #007bff; }
.modal .terms a:hover { color: #000; }
.modal .captcha { margin: 10px 0; padding: 10px;  text-align: center; font-size: 14px;
    border-radius: 5px; }
.modal .register { font-size: 14px; text-align: center; margin-top: 20px; }
.modal .register a { text-decoration: none; color: #007bff; }
.modal .register a:hover { color: #000; }
#registerMdoal .popup { background: white; width: 1000px; display: flex; flex-direction: column;
    border-radius: 10px; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); position: relative; }
.modal .regpopup-content { display: flex; width: 100%; justify-content: space-between; }
.modal .regleft { padding: 20px 40px; font-size: 16px; width: 70%; position: relative; }
.modal .regright { background: #065ad8; display: flex; align-items: center; justify-content: center; width: 30%; }
.modal .regright img { width: 100%; }
.modal .regradio-group { display: flex; align-items: center; margin: 0px  0 20px; }
.modal .regterms, .modal .regrecaptcha { margin: 0px 0 0; font-size: 16px; }
.modal .regterms input, .modal .regrecaptcha input { margin-right: 5px; }
.modal .regterms a { color: #007bff; text-decoration: none; }
.modal .regterms a:hover { color: #000; }
.modal .register-btn { background: #007bff; color: white; border: none; padding: 15px; width: 100%; 
    border-radius: 5px; cursor: pointer; font-size: 16px; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 14px 24px 0px; margin: 15px 0px; }
.modal .register-btn:hover { background: #0056b3; }
.modal .reglogin-link { text-align: center; margin-top: 20px; }
.modal .reglogin-link a { color: #007bff; text-decoration: none; font-weight: 500; }
.modal .reglogin-link a:hover { text-decoration: underline; color: #000; }
.modal .regclose-btn { position: absolute; top: 10px; right: 15px; font-size: 20px; cursor: pointer; color: red;}
.custom-radio { display: flex; align-items: center; margin: 0 10px; }
.custom-radio input { display: none; }
.custom-radio input + span { display: inline-block; width: 20px; height: 20px; margin-right: 10px;
    border: solid 7px #CBD5E1; border-radius: 50%; background: var(--color-white); }
.custom-radio input:checked + span { border-color: #2563EB; }




/* Show popup effect */
.modal .show-popup { display: flex; }
.otp-verify { margin-top: 20px; }
.resend { display: flex; align-items: center; justify-content: space-between; margin: 30px 0 0; }
.resend p { margin: 0; }
.verified { margin-top: 20px; }
.verified .material-symbols-outlined { color: #04B80A; }

/* Sonal Edit */
.mandatorylable { color:#F40808 }
.paddingleft { padding-left:30px; }
.paddingleft10 { padding-left:10px; }
.section-2-vision-container p { font-size: 18px !important;}
.aboutus-bg{ background: #f7f9fb; }


/*--------------- ABOUT US -------------------*/
/* ===============Section-1=============== */
#section-1-about{ padding: 0 70px; padding-top: 80px; }
#section-1-about h2{ font-size: 24px; font-weight: 700; color: #000000CC; }
#section-1-about p{ font-size: 18px; margin-top: 50px; }
/* =========Section-2 and Section-3 ================= */
#section-2-vision, #section-3-vision{ padding: 0 70px; margin-top: 40px; }
#section-2-vision-container, #section-3-vision-container{ box-sizing: border-box; gap: 60px;
    padding: 0 60px; display: grid; grid-template-columns: 15% 40% auto; align-items: center;
    overflow: hidden; font-size:18px; }
#section-2-vision-container h3, #section-3-vision-container h3{ width: 100%; flex-shrink: 0;
    padding: 8px; margin: 0 10px; white-space: nowrap; justify-content: space-between; }
#section-2-vision-container .rectangle, #section-3-vision-container .rectangle{ background-color: #3A7AF5;
    padding: 3px 2px; box-shadow: 0px 20px 15px 1px #00000026; }
#section-2-vision-container .image , #section-3-vision-container .image{ height: 100%; width: 100%;
    background: url(./../images/vision.png); background-position: center;  }
#section-2-vision-container .image img, #section-3-vision-container .image img{ width: 100%; }


/*--------------- DASHBOARD -------------------*/
#section-1 .btns-group { gap:10px; }
#section-1 .btns-group .btn { box-shadow: none; white-space: nowrap; padding: 15px 30px; 
    border-radius: 4px; }
#section-1 .btns-group .btn-secondary { background-color: #F4F6F9; color: #000000; }
#section-1 .btns-group .btn-secondary:hover { color: #fff; }
#section-1, #section-2, #section-3, #section-4 .grid-stats div{ background-color: white; }
/* MAIN BODY CONTENT  */
/* Greet (Good Morning) Heading  */
#greet-heading{ font-size: 36px; margin-bottom: 50px; font-weight: 700; }
/* ========== SECTION - 1 ============ */
#section-1 { padding: 30px;  border-radius: 5px; box-shadow: 5px 5px 5px #00000026;  }
#section-1 h2 { font-size: 48px; }
#section-1 h3{ font-size: 20px; font-weight: 700; }
#section-1 h4{ font-size: 18px; }
/* user image and name info */
#user-img-and-info{ gap: 20px; grid-template-columns: auto auto; }
#user-img{ overflow: hidden; border-radius: 50%; width: 175px; aspect-ratio: 1/1; }
#user-img img{ width: 100%; }
#user-img-and-info h4{ color: #00000099; }
/* buy inquiry  */
#buy-inquiry{ border: 1px solid var(--border-color); border-radius: 10px; padding: 25px 30px; min-width: 190px; }
#buy-inquiry h4{ color: #474AFF; }
/* sell inquiry  */
#sell-inquiry{ border: 1px solid var(--border-color); min-width: 190px; border-radius: 10px;padding: 25px 30px; }
#sell-inquiry h4{ color: #474AFF; }
/* follow and connect btns  */
#section-1 #btns{ gap: 10px; }
#section-1 #btns a{ padding: 10px 15px; border-radius: 5px; max-height: 40px; font-size: 16px; 
    text-align: center; }
#follow-btn{ color: white; background-color: var(--bg-theme); }
#follow-btn:hover{ background-color: var(--bg-theme-hover); }
#connect-btn{ color: white; background-color: var(--bg-theme); }
/* =========== SECTION - For Grid Layout Between Personal and Basic Info ============== */
#personal-and-basic-info-grid{ display: grid; grid-template-columns: 30% auto; gap: 30px; margin-top: 40px; }
/* =========== SECTION - 2 ============== */
#section-2{ border-radius: 5px; padding: 30px; box-shadow: 1px 2px 6px #00000026; }
/* Title CSS */
#section-2 #title h3{ font-size: 24px; font-weight: 600; }
#section-2 #title a{ color: #00000066; font-size: 16px; font-weight: 700; gap: 5px; 
    text-decoration: underline; align-items:flex-start; }
#section-2 #title a img{ height: 75%; }
/* About Paragraph CSS  */
#section-2 #about{ margin: 30px 0; font-size: 16px; color: #00000066; font-weight: 500; }
/* Info List CSS  */
#section-2 #info-lists{ font-size: 16px; gap: 10px; }
#section-2 #info-lists li{ gap: 10px; align-items: center; }
#section-2 #info-lists li .list-icon{ width: 30px; }
#section-2 #info-lists li i { color: #0F172A; font-size: 24px; line-height: 24px; width: 24px; }
/* Socials  */
#section-2 #socials{ margin-top: 30px; }
#section-2 #socials div{ padding: 2px 15px; font-size: 12px; font-weight: 500; color: #9097A0; }
#section-2 #socials .social-name{ margin-top: 3px; color: black; } 
#section-2 #socials .follower-count{ font-size: 18px; color: black; }
#section-2 #facebook{ justify-content: right; align-items:self-end; border-right: 1px solid var(--border-color); }
#section-2 #socials img{ width: 30px; }
/* SECTION-3 CSS  */
#section-3{ border-radius: 5px; padding: 25px; box-shadow: 1px 2px 6px #00000026; }
/* section-3 heading  */
#section-3 #title h3{ font-size: 24px; font-weight: 600; }
#section-3 #title a{ gap: 5px; font-size: 16px; color: #00000066; text-decoration: underline; font-weight: 600; }
#section-2 #title a img{ height: 25%; }
#section-3 #basic-info-content{ margin-top: 20px; font-size: 16px; padding: 5px; }
#section-3 .basic-info-column{ gap: 15px; }
/* SECTION-4 CSS  */
#section-4{ margin-top: 30px; }
/* grid-stats == grid container of 2 stats(e.g. Total and buy inquiries)  */
#section-4 .grid-stats{ gap:15px; margin-top: 40px; }
/* .grid-stats>div === Container of each Count Box */
#section-4 .grid-stats>div{ border-radius: 5px; padding: 25px; gap: 10px; box-shadow: 1px 2px 6px #00000026; 
    font-weight: 600; }
#section-4 .grid-stats .img-container{ width: 60px; height: 60px; border-radius: 10px; padding: 10px; }
#section-4 .grid-stats .img-container .material-symbols-outlined { color: #fff; font-size: 40px; }
#section-4 .grid-stats .img-container.purple { background-color: #9747FF }
#section-4 .grid-stats .img-container.blue { background-color: #474AFF }
#section-4 .grid-stats .img-container.green { background-color: #59BB2B }
#section-4 .grid-stats .img-container.aqua { background-color: #47C5FF }

#section-4 .grid-stats div h2 { font-size: 20px; margin-bottom: 0px ; padding-top: 0; }
#section-4 .grid-stats div span{ color: #9097A0; font-size: 30px; }


/*-------------My Profile Sidebar ---------------------*/
.nav-tabs { border:0px; position: relative; display: flex; align-items: center; justify-content: center; 
    flex-wrap: nowrap; }
.nav-tabs .nav-link, .nav-tabs .nav-link { color: #3b82f6; background-color: transparent; 
    border-color:transparent; margin: 0px; padding: 0px;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{ border:0px; }
.nav-link p { color: #000000; font-weight: normal; font-size: 18px; line-height: 24px; 
    letter-spacing: 0%; text-align: center; padding-left: 35px;margin-bottom:0px; }
.nav.nav-tabs li.nav-item { text-align:left; padding-left: 40px; padding-right: 40px; }
.nav-item .material-symbols-outlined { border: 0px dashed #000; border-radius: 0px; font-size: 24px; text-align: left; margin: auto 0; padding: 0px; color:#000; 
    background: transparent; position: absolute; z-index: 2; }
.nav-tabs .nav-link.active .material-symbols-outlined { border-color: #3b82f6; color: #3b82f6; }
b, strong { font-weight: 500; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #3b82f6; background-color: #fff; 
    border-color:transparent; margin: 0px; }
.nav-link.active p { color: #3b82f6; }
.wrapper .navbar{ height:150px; }
.liner { height: 1px; background: transparent; position: absolute; width: 61%; 
    margin: 0 auto; left: 0; right: 0; z-index: 0; border: 1px dashed #3A7AF5; top: 25%; }
.mylistingprofile .liner { height: 1px; background: transparent; position: absolute; width: 72%;
    margin: 0 auto; left: 0; right: 0; z-index: 0; border: 1px dashed #3A7AF5; top: 25%; }
.heading-section { font-size: 28px; color: #000; } 
.heading-section small { font-size: 18px; }
.img { background-size: cover; background-repeat: no-repeat; background-position: center center; }
.navbar-btn { -webkit-box-shadow: none; box-shadow: none; outline: none !important; border: none; }
.line { width: 100%; height: 1px; border-bottom: 1px dashed #ddd; margin: 40px 0; }
.wrapper { width: 100%; background: #F7F9FB; padding-left: 50px; }
.navbar-expand-lg { width: 100%; display: flex; align-items: center; justify-content: center;
    margin-top:15px; }
#sidebar { min-width: 315px; max-width: 315px; background: #3A7AF5; color: #fff; 
    -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
    height: 540px; border-radius: 10px; position: fixed; top: 50%; left: 1%; 
    transform: translateY(-50%); z-index: 111112; overflow: hidden; }
#sidebar ul li { font-size: 16px; height: 50px; line-height: 30px; }
#sidebar ul li > ul { margin-left: 10px; }
#sidebar ul li > ul li { font-size: 14px; }
#sidebar ul li a { padding: 10px 30px; display: block; color: white; white-space: nowrap;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1); text-decoration: none; text-align: left; }
#sidebar ul li a span { margin-right: 30px; transition: all 0.3s ease; font-size: 24px; }
#sidebar ul.components li a span.sidebartextnone { width: 0px; opacity: 1; transition: all 0.3s ease; }
#sidebar.active ul.components li a span.sidebartextnone { width: 0px; opacity: 0; transition: all 0.3s ease; }
@media (max-width: 991.98px) {
    #sidebar ul li a span { display: block; } 
}
#sidebar ul li a:hover { color: #fff; text-decoration: none; }
#sidebar ul li.active > a { background: transparent; color: #fff; text-decoration: none; }
#sidebar ul li.active > a .material-symbols-outlined, 
#sidebar ul li.active a, #sidebar ul li > a:hover, 
#sidebar  ul li > a:hover .material-symbols-outlined { color: #FFC847; }
@media (max-width: 991.98px) {
    #sidebar { min-width: 80px; max-width: 80px; text-align: center; margin-left: -80px !important; }
    #sidebar.active { margin-left: 0 !important; } 
}
#sidebar.active { min-width: 80px; max-width: 80px; text-align: center; height: 540px; }
#sidebar.active .logo { padding: 10px 0; }
#sidebar.active .footer { display: none; }
#sidebar .logo { display: block; color: #fff; font-weight: 900; padding: 10px 30px; 
    -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media (prefers-reduced-motion: reduce) {
    #sidebar .logo { -webkit-transition: none; -o-transition: none; transition: none; } 
}
#sidebar ul.components { padding-top: 30px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media (prefers-reduced-motion: reduce) {
    #sidebar ul.components { -webkit-transition: none; -o-transition: none; transition: none; } 
}
.tooltip-inner { background-color: #FFC847; color: #000; font-size: 16px; }
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, 
.bs-tooltip-end .tooltip-arrow::before { border-right-color: #FFC847; }
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, 
.bs-tooltip-top .tooltip-arrow::before{ border-top-color: #FFC847; }
a[data-toggle="collapse"] { position: relative; }
.dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 0;
    -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
@media (max-width: 991.98px) {
    #sidebarCollapse span { display: none; } 
}

#content { width: 100%; padding: 0; min-height: 100vh; -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; transition: all 0.3s;  position: relative; }
.icon-button { width: 50px;  /* Adjust size */ height: 50px; background-color: white; 
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); cursor: pointer; position: relative;
    border: none; left: 15px; }
.icon-button::after { content: "»"; font-size: 26px; color: #2e6ce5; font-weight: bold;
    transform: scaleX(1.2); }
.profile-details p { font-size: 16px; color: #1E1E1E; }
.editrightbtn{ float: right; font-size: 18px; margin-right: 40px; }
.profile-section i{ padding-right:10px; }
.profile-section h2{ color:#3b82f6; padding-bottom:30px; display: inline-block; }
/* ------------------My Profile Edit page CSS -------------------------*/
.editpagecontainer { width: 100%; max-width: 100%; background: white; padding: 20px 50px; 
    border-radius: 10px; box-shadow: none; }
/* Title */
.editpagecontainer h2 { color: #2e6ce5; font-size: 22px; margin-bottom: 20px; display: block;}
/* Form Layout */
.editpageform { display: flex; justify-content: space-between; }
/* Columns */
.editpagecolumn { width: 45%; }
/* Input Group */
.editpageinput-group { display: flex; align-items: center; border: 1px solid #E2E8F0; padding: 10px;
    margin: 25px 0; border-radius: 12px; height:56px }
.editpageinput-group i { color: #a5b1c2; margin-right: 10px; font-size: 24px; }
.editpageinput-group input { width: 100%; border: none; background: transparent; font-size: 16px;
    outline: none; }
/* Buttons */
.editpagebuttons { text-align: right; margin-top: 20px; }
button { border: none; padding: 0; cursor: pointer; background: none; }
.editpagecancel { background: #FDEDF5; color: #ED4F9D; margin-right: 10px; font-size: 16px;
    font-weight: 600;     padding: 10px; }
.editpagesave { background: #E9EFFD; color: #2563EB; font-weight: 600;    padding: 10px; }
/*editpage show hide CSS*/
.Profilecontainer { text-align: center; }
.Profilecontainer button { width: 200px; height: 200px; }
.profilerow { width: 100px; height: 100px; background-color: #ffcc00; display: inline-block; }
/* File Upload */
.file-upload { display: flex; flex-direction: column; align-items: flex-start; border: 2px dashed #3B82F6; 
    padding: 15px 50px; border-radius: 10px; position: relative; margin-bottom: 0px;
    background: #EFF6FF; color: #7a8baa; cursor: pointer; width: 100%; text-align: left; }
.file-upload .material-symbols-outlined { font-size: 30px; color: #3B82F6; top: 10px; left: 15px; position: absolute; }
.file-upload input { display: none; }
.file-upload span { font-size: 16px; font-weight: bold;  }
.file-upload span + span { padding-left: 35px; }
.small, small { font-size: .875em; display: block; padding-left: 35px; }
/*--------------------Comapny Profile -----------------------*/
/*-------------My Profile Sidebar ---------------------*/
#companyprofile .nav-item i{ border: 1px dashed #000; border-radius: 30px; height: 60px; width: 60px;
    font-size: 24px; text-align: center; margin: auto 0; padding: 16px; color:#000; background: #fff; }
#companyprofile .nav-tabs .nav-item.show #companyprofile .nav-link, 
#companyprofile .nav-tabs .nav-link.active{     color: #3b82f6;
    background-color: #fff;
    border-color: transparent;
    margin: 0px;
    padding: 20px;}
#companyprofile .nav-link.active p{ color: #3b82f6; background-color: #fff; border-color: transparent;  margin: 0px;    padding-left: 35px; margin-bottom: 0px}
#companyprofile .nav-link p{ color: #000000; font-weight: normal; font-size: 18px; line-height: 24px;
    letter-spacing: 0%; text-align: center; padding-top: 0px;margin-bottom: 0px }
#companyprofile .nav.nav-tabs li.nav-item{ text-align:left; padding-left: 10px; padding-right: 10px}
#companyprofile .wrapper .navbar{ height:150px; }
#companyprofile .liner { height: 1px; background: transparent; position: absolute; width: 84%; 
    margin: 0 auto; left: 0; right: 0; z-index: 0; border: 1px dashed #3A7AF5; top: 25%; }
#companyprofile .nav-tabs { border:0px; position: relative; }
#companyprofile .nav-tabs .nav-link, #companyprofile .nav-tabs .nav-link{ border:0px; }
#companyprofile .nav-tabs .nav-link:focus, #companyprofile .nav-tabs .nav-link:hover{ border:0px; }
#companyprofile .heading-section { font-size: 28px; color: #000; } 
#companyprofile .heading-section small { font-size: 18px; } 
#companyprofile .navbar-btn { -webkit-box-shadow: none; box-shadow: none; outline: none !important; 
    border: none; }
#companyprofile .line { width: 100%; height: 1px; border-bottom: 1px dashed #ddd; margin: 40px 0; }
#companyprofile .wrapper { width: 100%; background: #F7F9FB; }
#companyprofile .navbar-expand-lg { width: 100%; display: flex; align-items: left; 
    justify-content: space-evenly; margin-top:15px; }
/


/* Electronix Dashboard */
/* Tabs */
.tabs { display: flex; gap: 20px; margin-bottom: 15px; font-weight: bold; }
.tabs span { cursor: pointer; color: #6c757d; }
.tabs span.active { color: #007bff; text-decoration: underline; }
/* Search Bar & Buttons */
.toolbar { justify-content: space-between; align-items: center; margin-bottom: 15px; 
    display: flex; float: right; gap:20px; }
.toolbar .dropdown { width: 350px; margin: 0; }
.toolbar .dropdown .form-control { display: flex; align-items: center; padding:10px 10px 10px 40px; }
.toolbar .dropdown .form-control input { border: none; }
.toolbar .dropdown .form-control input:focus { outline: 0; border: none; }
.toolbar .dropdown .material-symbols-outlined { top: 10px; }
.toolbar .dropdown .material-symbols-outlined + .material-symbols-outlined { left: inherit; right: 5px; }
.toolbar .dropdown .dropdown-toggle::after { display: none; }
.toolbar .dropdown-menu { width: 700px; padding: 20px; }
.toolbar .dropdown-menu .btn-link { position: relative; float: right; font-size: 16px; line-height: 20px; 
    color: #94A3B8; text-decoration: none; border: none; background: none; }
.toolbar .dropdown-menu .btn-link .material-symbols-outlined { position: static; }
.toolbar .buttons { display: flex; gap: 20px; margin: 0; }
.toolbar .buttons .btn { white-space: nowrap; }
.toolbar .buttons .btn-link { margin: 0; padding: 8px 12px; }
.toolbar .bookmark_outlined { vertical-align: middle; width: 32px; height: 32px; font-size: 24px; 
    align-content: center; text-align: center; border-radius: 5px; border: 0px solid #A9AAAC; }
/* Table */
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; }
th { background-color: #f8f9fa; color: #555; }
td i { margin: 0 5px; cursor: pointer; color: #555; }
td i:hover { color: #007bff; }
.tooltip .tooltip-inner { font-size: 16px; }
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before{border-bottom-color:#FFC847}
.align-items-start { align-items: flex-start; }
/* Status Tags */
.status { padding: 5px 10px; border-radius: 5px; font-size: 14px; font-weight: bold; }
.status.new { background-color: #e6d4ff; color: #6a11cb; margin-left: 10px; float:right; }
.status.active { background-color: #e0f3ff; color: #007bff; }
.status.inactive { background-color: #fff4e5; color: #f39c12; }
/* Buttons */
.btn.action { background: linear-gradient(45deg, #6a11cb, #2575fc); color: white;
    padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; 
    box-shadow: 0px 4px 20px 0px #686DE080; }
.btn.action:hover { background: linear-gradient(90deg, rgba(6, 90, 216, 0.8) 0%, rgba(3, 48, 114, 0.8) 100%); }
/*-------- Images----------- */
.flag { width: 20px; margin-right: 5px; vertical-align: middle; }
.product-img { width: 40px; height: 40px; }
.mtop20{ margin-top: 20px; }
.mbottom100{ margin-bottom: 100px; }
.mylisting { padding: 0; }
.mylisting link, .mylisting .nav-tabs .mylisting .nav-link.active { color: var(--bs-nav-tabs-link-active-color); 
    background-color: transparent; border-color: transparent; background: #E5F6FF; 
    border-radius: 20px 20px 0 0; padding: 5px; max-width: 180px; width: 180px; }
.mylisting .nav.nav-tabs li.nav-item { text-align: center; padding: 0px; max-width: 180px; width: 180px;margin: 0px 10px; }
.mylisting .nav-link p { color: #3A7AF5; font-weight: normal; font-size: 18px; letter-spacing: 0%;
    text-align: center; padding-top: 10px; line-height: 36px; font-weight: 600; }
.mylisting .nav-item .nav-link p { color: #3A7AF5; font-weight: 700;
    background-color: transparent; border-color: transparent; border-radius: 20px; 
    padding: 0px; max-width: 180px; width: 180px; border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 0px; line-height: 56px; margin: 0px; height: 65px; }
.mylisting .nav-item .nav-link.active { background: #E5F6FF; color: #000; padding: 0;    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
.mylisting .nav-item .nav-link.active p { color: #000; }
.fa { font-size: 24px; line-height: 40px; vertical-align: middle; }
.mylisting .navbar-expand-lg { width: 100%; display: flex; align-items: center; 
    justify-content: space-between; margin: 0; }
.mylisting .navbar-expand-lg .nav-link p { padding: 0; margin: 0; }
.navbar-expand-lg.productdetail { width: 36.5%; margin-top: 0px;}
.mylisting .h2 { font-size: 24px; font-weight: 600; padding-top:20px; }
.mylisting .tab-content { background: #ffffff; padding-bottom: 40px; margin-top: 0; }
.mylisting th { padding: 15px 15px 15px 30px;  border-bottom: 1px solid #ddd; 
    text-align: left; background-color: #E5F6FF; color: #555; height: 60px;     font-size: 18px;}
.mylisting td { padding: 15px 15px 15px 30px; text-align: left; border-bottom: 1px solid #ddd; text-align: left; }
.mylisting .tab-content>.active { display: block; width: 100%; margin: 0 auto; }
.Pl10{ padding-left: 10px; }
.mylisting td:nth-child(4) button::before { content: ""; position: absolute; left: -4px; height: 9px;
    width: 9px; transform: rotate(45deg); top: 8px; background-color: #E6D7FF; }
.mylisting td .hrs { background: #F9F7F6; border: 1px solid #E5E5E5; padding: 5px 15px; }

.modal-inquiry-form { padding: 30px; }
.modal-inquiry-form h2 { padding-top: 0; margin-bottom: 30px; }
.btns-group { display: flex; align-items: center; gap:20px; margin-top: 30px; }
.btns-group .btn { flex-grow: 1; }

.panel-right { position: fixed; width:100%; height: 100%; top: 0; right: 0; z-index: 1; display: none; 
    transition: all 0.3s ease; z-index: 111112; animation: fadeOutUp var(--duration-default) ease; }
.panel-right:before { content: ''; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.7); }
.panel-right { animation: animateMenuOpen var(--duration-default) ease; }
.panel-right .panel-content { right: 0; transition: all 5s ease; animation: fadeInRight var(--duration-default) ease; }
.panel-content { position: fixed; width:625px; height: 100%; overflow-y: auto; overflow-x: hidden; 
    top: 0; right: -100%; padding: 35px; z-index: 2; background: #fff; transition: all 5s ease; }
.panel-content h3 { font-size: 24px; line-height: 24px; margin-bottom: 25px; font-weight: bold; }
.text-right { text-align: right; }
.panel-content .product-img { width: 540px; height: 420px; display: flex; align-items: center; 
    justify-content: center; overflow: hidden; border: solid 1px #efefef; margin-top: 10px; 
    background-color: #F5F5F5; }
.panel-content .product-img img { max-width: 100%; max-height: 100%; }
.panel-content p strong { font-weight: bold; }
.panel-content .sold { color: #DB4444; margin: 15px 0; }
.panel-right .panel-content .btns-group .btn-link:hover { background: none; color: var(--primary); }
.close-btn { position: absolute; top: 5px; right: 15px; font-size: 24px; line-height: 24px; }
.panel-content .viewing { padding-top: 40px; }
.panel-right .panel-content .btns-group .btn-link { border: none; padding: 0; }
.profile-section i.fa { color:#0F172A }
.profile-section .form-grid .form-group input { display: flex; align-items: flex-start; 
    background-color: #ffffff; padding: 10px 10px ; border-radius: 12px; flex: 1; position: relative;
    border: 1px solid #E2E8F0; font-size: 16px; }
.toolbarproductdetail { justify-content: space-between; align-items: flex-start; margin-bottom: 15px;
    display: flex; float: left; gap: 20px; }
.toolbarproductdetail .buttons { display: flex; gap: 10px; }
.toolbarproductdetail .buttons .btn-primary { padding: 10px 50px; border-radius: 12px; box-shadow: none; }
.tab-content table .btn-link { border: none; border-radius: 0; padding: 0; }
.tab-content table .btn-link:hover { padding: 0; background: none; border: none; color: var(--primary); }
.trending-products_productdetails { text-align: center; margin: 0px 50px 50px 0px; }
.linkhover a { color: #000; letter-spacing: 0.1px; text-decoration: none; font-size: 17px; }
.linkhover a:hover { color: #3A7AF5; text-decoration: underline; }
.copybtn{ width: 150px; }
#share .modal-inquiry-form textarea { margin: 0; font-family: inherit; 
    font-size: inherit; line-height: inherit; border: 1px solid #A9AAAC; width: 100%; padding: 20px; 
    color: #94A3B8; }
#share .modal-inquiry-form h2 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.productdetail .nav-item .nav-link { padding: 15px; width: 180px; }
.productdetail .nav-item .nav-link.active { color: var(--bs-nav-tabs-link-active-color); 
    background-color: transparent; border-color: transparent; background: #E5F6FF; 
    border-radius: 20px 20px 0 0; }
.productdetail .nav.nav-tabs li.nav-item { text-align: center; padding-left: 10px; padding-right: 10px; 
    height: 60px; }
.navbar-expand-lg.productdetail { width: 100%; margin-top: 25px; justify-content: flex-start; }
.productdetail th { background-color: #E5F6FF; color: #555; height: 60px; text-align: center; }
.form-check-input[type=checkbox] { border-radius: .25em; width: 20px; height: 20px; margin-right: 4px; }
.form-check { display: block; min-height: 1.5rem; padding: 0 1.5em; margin-bottom: 0; }
#loginModal label.pl6 { display: inline-block; padding-left: 6px; }

/* CONTACT US */
.contact-page .inquiry-form { margin-top: 30px; height: auto; box-shadow: none; width: 100%; 
    text-align: left; }
.contact-page h4 { font-size: 24px; line-height: 30px; color: #000; margin: 20px 0; 
    text-transform: uppercase; font-weight: 700; }
.contact-page .address { display: flex; margin-bottom: 10px; }
.contact-page .address > span { margin-right: 10px;line-height: 30px; }
.contact-page .address a { margin-right: 15px; }


.gallery .grid { display: flex; flex-wrap: wrap; }
.gallery .blog .trending-product-item a { text-decoration: none; }
.gallery .trending-product-item h4 { text-align: center; font-size: 24px; 
    color: #000000CC; font-weight: 700; }
.gallery .blog .trending-product-item h4 { font-size: 24px;
    font-weight: 600;
    padding: 15px;
    text-transform: inherit;
    text-align: left;
    height: 66px;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;}
.filter-tabs { display: flex; align-items: center; justify-content: center; margin: 0 0 10px; 
    list-style: none; padding: 0 0 20px; overflow-x: auto; }
.filter-tabs .button { background-color: #fff; border: 1px solid #3A7AF533; padding: 10px 30px; 
    font-size: 16px; line-height: 24px; color: #000000; font-weight: 700; text-decoration: none; 
    text-transform: capitalize; border-radius: 0; }
.filter-tabs .button.is-checked { background-color: #3A7AF5; color: #fff; position: relative; }
.filter-tabs .button.is-checked:after { content: ''; border: solid 10px transparent; 
    border-top: solid 10px #3A7AF5; position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%); }
.gallery .FavouriteProducts .trending-product-item h4 { font-size: 16px; padding: 0 15px; text-align: left; }
.gallery .FavouriteProducts .trending-product-item p { font-size: 16px; }

.new-product-form .form-group .form-control { padding: 10px 15px; }
.new-product-form .form-group label { font-size: 18px; line-height: 24px; color: #0F172A; font-weight: 500; 
    margin-bottom: 5px; }
.new-product-form .input-group { gap:15px; }
.new-product-form .input-group.prod-specs { gap:15px; width: 95%; }
.new-product-form .btn-primary { width: auto; border-radius: 12px; box-shadow: none; padding: 15px 30px; }
.new-product-form .btns-group { justify-content: center; align-items: center; display: inline-flex; }
.new-product-form .btns-group .btn { width: auto; padding: 15px 30px; border: none; line-height: 20px;
    box-shadow: 0px 4px 10px 0px #00000040; border-radius: 12px; }
.new-product-form .input-group .btn { border: none; padding: 0; }

/*-----------------------------------------------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #0F172A;
    line-height: 28px; }
label { display: inline-block; color: #0F172A; }
.centerbtn { width : 200px; margin: 50px auto 0px; }

.social-icons { display: flex; align-items: center; margin: 10px 0 10px 10px; gap: 5px; }
.social-icons a, .social-icons .link { color: #0F172A; padding-right: 15px; }
.social-icons a:hover { color: #2563EB; }


.gallery-tab-content .nav.nav-tabs { display: flex; align-items: center; justify-content: center; 
    border-bottom: 1px solid #3A7AF54D; margin-bottom: 20px; }
.gallery-tab-content .nav.nav-tabs li.nav-item { padding: 0; }
.gallery-tab-content .nav.nav-tabs .nav-link { font-size: 18px; line-height: 20px; color: #000;
    font-weight: 700; margin: 0; cursor: pointer; text-align: center; padding: 10px 30px; background: transparent;border: none; }
.gallery-tab-content .nav.nav-tabs .nav-link.active { color: #3A7AF5; background: #fff; 
    border-top: 1px solid #3A7AF5; border-radius: 10px 10px 0px 0px; 
    box-shadow: 0px 22px 70px 0px rgba(146, 146, 146, 0.35); }
.gallery-tab-content .tab-content { padding: 20px; min-height: 500px; }
.gallery-tab-content .trending-product-item h4 { font-size: 18px; font-weight: 700; color: #000000CC; 
    text-align: left;  }
.gallery-tab-content .trending-product-item p {
    font-size: 16px;
        padding-left: 15px;
}
button:focus { outline: 0; }
.blog .gallery-tab-content .button-group { display: flex; align-items: center; justify-content: center; 
    border-bottom: 1px solid #3A7AF54D; margin-bottom: 50px; }
.blog .gallery-tab-content .button-group .button { font-size: 18px; line-height: 20px; color: #000;
    font-weight: 700; margin: 0; cursor: pointer; text-align: center; padding: 10px 30px; background: transparent;border: none; }
.blog .gallery-tab-content .button-group .button.is-checked { color: #3A7AF5; background: #fff; 
    border-top: 1px solid #3A7AF5; border-radius: 10px 10px 0px 0px; 
    box-shadow: 0px 22px 70px 0px rgba(146, 146, 146, 0.35); }
.blog .gallery-tab-content .button-group .button.is-checked:after { display: none; }



/* Recently viewed */ 
.recently-viewed { display: inline-block; width: 100%; margin-top: 50px; }

.FavouriteProducts { margin-top: 50px; }
.fav-list { display: inline-block; width: 100%; margin-top: 20px; padding: 0 0 0 15px; }
.fav-list li { padding: 5px 0; }
.fav-list li a { color: #1E1E1E; font-size: 16px; line-height: 18px; text-decoration: none; font-weight: 500; }
.fav-list li a:hover { color: var(--primary); }

#product-details-page #section-2-product-descriptions .tab-window.active-window { padding: 30px; }
/* Issues fixed styling */
.newsletter .input-container input { color: #fff; }
.newsletter .input-container input::placeholder { color: #fff!important; opacity: 0.5; }

.cursor-pointer { cursor: pointer; }
.mobileview{ display:none }
.desktopview {display:block; }

/*--------------------------Aazovo Chanes Edit by sonal------------------------------*/
.featured_projects{ margin:0 auto; margin-top: 50px; }
.featured_projects .text-blk {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.featured_projects p.newtext{
font-family: Nunito, sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 30px;
}
.featured_projects .responsive-container-block {
  min-height: 75px;
  width: 25%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: flex-start;
}

.featured_projects .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.featured_projects .responsive-container-block.bg {
  max-width: 1500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: auto;
}

.featured_projects .container-block.bg {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:0 auto;
  width:100%;
      margin-top: 50px;
}

.featured_projects .responsive-container-block.content {
  justify-content: center; width: 100%;
}

.featured_projects #iu99 {
  color: black;
}

.featured_projects .im {
  width: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
 
  height: 280px;
}

/*.featured_projects .responsive-container-block.img {
  width: 20%; padding: 0px 15px; position: relative; 
}
*/
.featured_projects .responsive-container-block.overlay {
  position: absolute;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.featured_projects .responsive-container-block.desc {
  position: absolute;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.featured_projects .responsive-container-block.overlay.overlay-visible {
  background-color: #666666;
  mix-blend-mode: multiply;
}

.featured_projects .responsive-container-block.opt-cont {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  width: 50%;
  margin: 0 auto;
}
.featured_projects .bottomline {
    border-bottom: 1px solid #BED3F9;
    width: 100%;
  
    margin-bottom: 50px;
}

.featured_projects .text-blk.tab {
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px 0;
    cursor: pointer;
    text-align: center;
    padding: 10px 30px;
    font-size:18px;
}

.featured_projects .text-blk.tab.tab-active {
    color: #3A7AF5;
    background: #fff;
    border-top: 1px solid #3A7AF5;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 22px 70px 0px rgba(146, 146, 146, 0.35);
    
    
}


.featured_projects .responsive-container-block.img.hide.graphdes.mobdev {
  height: auto;
}

.featured_projects .text-blk.title {
  font-size: 20px;
  line-height: 27.28px;
  color: white;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.featured_projects .text-blk.info {
  font-size: 20px;
  line-height: 27.28px;
  color: white;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.featured_projects .text-blk.heading {
  font-size: 25px;
  line-height: 34.1px;
  color: #0087b1;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #0087b1;
}

.featured_projects .tab:hover {
  cursor: pointer;
}

.featured_projects .bg {
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}

.featured_projects .content {
  padding: 0 0 0 0;
}

.featured_projects .opt-cont {
  min-height: auto;
  padding: 0 0 0 0;
}
/*------------------------------Career-----------------------------*/





.title {
    color: #3366ff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-container {
    display: flex;
    justify-content: space-between;
}

.form-section {
    width: 48%;
}

.my_profile label {
font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0; 
    float: left;
    width: 25%;
    border: 1px solid #A9AAAC;  
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
}

.my_profile  input.nonedit {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #fff;
    display: inline-flex;
    width: 75%;
     border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
    
}
.my_profile input {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #F7F7F7;
    display: inline-flex;
    width: 75%;
     border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
}
.my_profile .upload-box  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px dashed #3B82F6;
    padding: 4px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    background: #EFF6FF;
    color: #7a8baa;
    cursor: pointer;
    width: 75%;
    text-align: left;
     border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 0px;
     border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}
.my_profile .upload-box input { display: none; }
.my_profile .upload-box .material-symbols-outlined {
    font-size: 30px;
    color: #3B82F6;
    top: 15px;
    left: 15px;
    position: absolute;
}
.my_profile .upload-box span + span {
    padding-left: 35px;
}
.my_profile .upload-box span {
    font-size: 16px;
    font-weight: bold;
}


.my_profile .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.my_profile button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.my_profile .cancel {
    background-color: #ffcccc;
    color: #333;
    margin-right: 10px;
}

.my_profile .save {
    background-color: #3366ff;
    color: white;
}
.business_profile label {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0;
    float: left;
    width: 35%;
    border: 1px solid #A9AAAC;
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}
#business_favourite .favouritebrand p{
    margin-top: 0;
    margin-bottom: 1rem;
    display: inline-block;
    padding-right: 25px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
} 
#myprofile .nav-tabs .nav-link, .nav-tabs .nav-link {
    color: #3b82f6;
    background-color: #fff;
    border-color: transparent;
    margin: 0px;
    padding: 20px;
}
label.business_profile_favouritebtn  {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    border: 1px solid #A9AAAC;
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}
.business_profile input {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #F7F7F7;
    display: inline-flex;
    width: 65%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
}
.business_profile input.nonedit {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #fff;
    display: inline-flex;
    width: 65%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
}
.business_profile select.nonedit {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #fff;
    display: inline-flex;
    width: 65%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
     border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    
}
.Contact_info label {
font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0; 
    float: left;
    width: 36%;
    border: 1px solid #A9AAAC;  
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    
}
.Contact_info input {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #F7F7F7;
    display: inline-flex;
    width: 64%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
}
.Contact_info input.nonedit {
    padding: 8px;
    border: 1px solid #A9AAAC;
    background-color: #fff;
    display: inline-flex;
    width: 64%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    margin-bottom: 25px;
    height: 56px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    border-left: 1px;
}

.kyc .upload-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 2px dashed #3B82F6;
    padding: 4px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    background: #EFF6FF;
    color: #7a8baa;
    cursor: pointer;
    width: 64%;
    text-align: left;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    overflow: visible;
}
.kyc .file-view { position: absolute; right:50px; top: -3px; background: none; border: none; padding: 0; }
.modal#fileViewer .modal-content { padding: 50px; }
.modal#fileViewer figure { text-align: center; }
 .my_profile .upload-box input { display: none; opacity: 0; }
}
.my_profile .upload-box span + span { line-height: 20px; padding-left: 35px; }
 .my_profile .upload-box input { display: none; opacity: 0; }
.my_profile .upload-box span + span { line-height: 20px; padding-left: 35px; }


.modal .modal-content .form-section { width: 100%; }
.modal .modal-content .form-section h2 { margin-bottom: 15px; }
.modal .modal-content .form-section p { float: left; width: 33.33%; }

/*------------------------------Become our Partner-----------------------------*/
#become-partner-page{
    box-sizing: border-box;
}
#become-partner-page #section-1-banner #banner-info p {
        font-size: 18px;
}

/* Section - 1 Banner */
    #become-partner-page #section-1-banner{
        padding: 20px 100px;
        margin-top: 50px;
        grid-template-columns: auto auto;
        gap: 20px;
    }

    #become-partner-page #section-1-banner #banner-info h1{
        font-size: 50px;
        font-weight: 800;
    }
    #become-partner-page #section-1-banner #banner-info p{
        margin-top: 30px;
        color: black;
        font-size: 18px;
    }
    #become-partner-page #section-1-banner #banner-info button{
        margin-top: 30px;
        background-color: #3A7AF5;
        height: 45px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding: 0 20px;
        max-width: 200px;
        color: white;
        border-radius: 10px;
    }
    #become-partner-page #section-1-banner #banner-info button:hover{
        background-color: #0d5df1;
    }
    #become-partner-page #section-1-banner #banner-img-container{
        height: 500px;
        display: flex;
        justify-content: right;
    }


/* Section-2 Features  */
    #become-partner-page #section-2-features{
        margin-top: 100px;
        padding: 0 0px;
        text-align: center;
    }
    #become-partner-page #section-2-features #features-title h2{
        font-size: 32px;
        font-weight: 800;
    }
    #become-partner-page #section-2-features #features-title h3{
        font-size: 20px;
        font-weight: 800;
    }
    
    /* Features container  */
    #become-partner-page #section-2-features #features-container{
        width: 90%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        gap:50px;
        justify-content: center;
        padding: 50px 0;
        margin: 30px auto;
    }
    #become-partner-page #section-2-features #features-container .feature{
        width: calc(31% - 40px);
        /* border: 1px solid red; */
        text-align: left;
        display: inline;
        gap: 50px;
    }
    /* Feature elements */
    #become-partner-page #section-2-features #features-container .feature .icon{
        background-color: #3A7AF5;
        color: white;
        padding: 15px;
        border-radius: 8px;
        font-size: 40px;
    }
    #become-partner-page #section-2-features #features-container .feature h3{
        font-weight: 700;   
        font-size: 24px;
        margin-top: 10px;
    }
    #become-partner-page #section-2-features #features-container .feature p{
        font-weight: 500;
    }

/* Section-3 Benefits */
    #become-partner-page #section-3-benefits{
        margin-top: 50px;
        grid-template-columns: 500px auto;
        padding: 0 60px;
    }
    /* image in section 3 */
    #become-partner-page #section-3-benefits #benefit-img-wrapper{
        padding: 50px;
        display: flex;
        align-items: center;
    }
    #become-partner-page #section-3-benefits #benefit-img-wrapper img{
        width: 100%;
    }

    /* Benefits */
    #become-partner-page #section-3-benefits #benefits-info-wrapper{
        gap: 30px;
        padding: 50px;
    }
    #become-partner-page #section-3-benefits #benefits-info-wrapper h2{
        font-weight: 700;
        font-size: 28px;
    }
    #become-partner-page #section-3-benefits #benefits-info-wrapper p{
        color: black;
    }
    #become-partner-page #section-3-benefits #benefits-info-wrapper #benefit-lists-wrapper{
        gap: 60px;
    }
    /* Benefit List  */
    #become-partner-page #section-3-benefits div ul{
        font-size: 13px;
    }
    #become-partner-page #section-3-benefits #benefit-lists-wrapper li{
        font-size: 18px;
        align-items: center;
        font-weight: 500;
    }
    #become-partner-page #section-3-benefits #benefit-lists-wrapper li img{
        height: 25px;
    }

/* Section-4 How to join Us  */
    #become-partner-page #section-4-how-to-join{
        padding: 60px 100px;
        text-align: center;
        background-color: white;
    }
    #become-partner-page #section-4-how-to-join button{
        font-size: 14px;
        color: white;
        font-weight: 700;
        background-color: #3A7AF5;
        width: 160px;
        border-radius: 5px;
        height: 35px;
    }
    #become-partner-page #section-4-how-to-join button:hover{
        background-color: #0d5df1;
    }

    /* Steps Container  */
    #become-partner-page #section-4-how-to-join #steps-container{
        font-size: 16px;
        font-weight: 700;
        margin-top: 30px;
        grid-template-columns: 170px auto 190px auto 170px;
    }
    #become-partner-page #section-4-how-to-join #steps-container div{
        height: 50px;
        background-color: white;
    }

    #become-partner-page #section-4-how-to-join #steps-container .step-head{
        font-size:20px;
    }

    /* path design  */
    #become-partner-page #section-4-how-to-join #steps-container .path-line{
        border-top: 1px dashed #3A7AF5;
        position: relative;
        width: 120%;
        top: 10px;
        left: -10%;
    }
    #become-partner-page #section-4-how-to-join #steps-container .path-line::before{
        content: "";
        height: 5px;
        width: 5px;
        background-color: #3A7AF5;
        position: relative;
        float: left;
        border-radius: 50%;
        bottom: 3px;
    }
    #become-partner-page #section-4-how-to-join #steps-container .path-line::after{
        content: "";
        height: 5px;
        width: 5px;
        background-color: #3A7AF5;
        position: relative;
        float: right;
        border-radius: 50%;
        bottom: 3px;
    }

/* Section-5 Form */

    #become-partner-page #section-5-form{
        background-color: #eeeeee;
        /* margin-top: 50px; */
        padding: 60px 0px;
    }
    #become-partner-page #section-5-form #form-container{
        background-color: white;
        border-radius: 10px;
        max-width: 600px;
        padding: 40px 40px;
        margin-left: 100px;
    }
    #become-partner-page #section-5-form #form-container #form-note{
        font-size: 13px;
        margin-top: 50px;
    }

    #become-partner-page #section-5-form form{
        margin-top: 20px;
    }
    #become-partner-page #section-5-form form div{
        gap: 20px;
    }
    #become-partner-page #section-5-form form .grid-1,
    #become-partner-page #section-5-form form .grid-2{
        gap: 10px;
    }
    #become-partner-page #section-5-form form label{
        background-color: white;
        width: 100%;
        display: flex;
        gap: 5px;
        align-items: center;
        border-radius: 10px;
        overflow: hidden;
        color: #94A3B8;
        padding: 0 10px;
        border: 1px solid #e4e4e4;
    }
    #become-partner-page #section-5-form form label span{
        font-size: 19px;
    }
    #become-partner-page #section-5-form form input, select{
        width: 100%;
        font-size: 13px;
        padding: 10px 0;
        outline: none;
        border: none;
        font-weight: 500;
    }
    #become-partner-page #section-5-form form select{
        appearance: none;
        color: #777777;
    }
    #become-partner-page #section-5-form form #contactDetail{
        gap: 5px;
    }

    /* File upload button  */
    #become-partner-page #section-5-form form #uploadFile label{
        border: 1px dashed #3A7AF5;
        background-color: #EFF6FF;
        padding: 7px;
        display: flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
    #become-partner-page #section-5-form form #uploadFile label input{
        display: none;
    }
    #become-partner-page #section-5-form form #uploadFile label .icon{
        height: 100%;
        display: block;
        padding: 2px;
        border-radius: 5px;
        color: #3A7AF5;
        background-color: white;
    }
    #become-partner-page #section-5-form form #uploadFile label h4{
        font-size: 12px;
        font-weight: 700;
        color: black;
        margin: 0;
    }
    #become-partner-page #section-5-form form #uploadFile label h5{
        font-size: 10px;
        margin: 0;
    }
    /* Submit Button  */
    #become-partner-page #section-5-form form button{
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        background-color: #3A7AF5;
        color: white;
        font-weight: 700;
        border-radius: 8px;
        padding: 8px;
    }
    #become-partner-page #section-5-form form button:hover{
        background-color: #0d5df1;
    }
    .text-red {
    color: red;
}
.text-theme {
    color: #3A7AF5;
}

/*------------------------------Blog-----------------------------*/

#blog-page{
padding: 30px 0px;
}
hr{
color: #00000066;
}
#blog-page h2{
font-size: 28px;
font-weight: 700;
}
/* Heading inside blog  */
#blog-page #blog-container h1{
font-size: 50px;
font-weight: 400;
font-family: "Jomolhari", serif;
text-transform: uppercase;
}

/* Blog-Category  */
#blog-page #blog-container #blog-category{
text-transform: uppercase;
font-size: 24px;
font-family: "Jomolhari", serif;
border-left: 5px solid #3A7AF5;
border-right: 5px solid #3A7AF5;
margin-top: 30px;
padding: 0 20px;
display: inline-block;
}

/* Blog Upload Info */
#blog-page #blog-container #blog-upload-info{
display: flex;
align-items: center;
gap: 30px;
margin: 20px 0;
}
#blog-page #blog-container span,b{
font-size: 18px;
}
/* Author Info */
#blog-page #blog-container #author-info{
display: flex;
align-items: center;
gap: 10px;
}
#blog-page #blog-container #author-info #author-img-wrap{
height: 40px;
overflow: hidden;
}
#blog-page #blog-container #author-info span img{
height: 100%;
}

/* Upload Date  */
#blog-page #blog-container #upload-date{
padding: 0 20px;
border-left: 2px solid #505050;
border-right: 2px solid #505050;
}
#blog-page #blog-container #blog-duration{
padding: 0 20px;
}

/* Blog Image */
#blog-page #blog-container #blog-img-wrapper{ width: 100%; text-align: center; }
#blog-page #blog-container #blog-img-wrapper img { max-width: 100%; max-height: 100%; }

/* Blog Data */
#blog-page #blog-container #blog-data{ margin-top: 20px; }
#blog-page #blog-container #blog-data p{ color: black; margin-top: 30px; font-size: 18px; }

/* Blog Tags */
#blog-page #blog-container #blog-tags{ margin-top: 30px; display: flex; gap: 10px; }
#blog-page #blog-container #blog-tags .tag{ background-color: #E9EFFD; color: #3A7AF5; font-size: 18px;
    padding: 5px 10px; border-radius: 5px; font-weight: 500; }
#blog-page #blog-container #next-prev-btns{ width: 100%; display: flex; justify-content: space-between; }
#blog-page #blog-container #next-prev-btns button{ font-size: 18px; background: none; padding: 5px 10px;
    border-radius: 5px; color: #00000066; }

/* Leave Comment */
#blog-page #leave-commment{/* border: 1px solid red; */margin-top: 50px; }
#blog-page #leave-commment h1{ font-size: 30px; }
#blog-page #leave-commment form{ margin-top: 20px; display: flex; flex-direction: column; gap: 20px; }
#blog-page #leave-commment form .grid{ gap: 20px; }
#blog-page #leave-commment form .input input, textarea{ width: 100%; font-size: 14px; padding: 10px 10px;
    border-radius: 8px; background-color: transparent; outline: none; border: 1px solid #E2E8F0; }
/* Checkbox */
#blog-page #leave-commment form #conditions-wrapper input{ box-shadow: none; }
#blog-page #leave-commment form #conditions-wrapper label{ font-size: 13px; color: #94A3B8; font-weight: 500;}
#blog-page #leave-commment form #conditions-wrapper label a{ text-decoration: underline; }
#blog-page #leave-commment form #conditions-wrapper a:hover{ color: #3A7AF5; }

/* Submit button  */
#blog-page #leave-commment form button{ background-color: #FDEDF5; border-radius: 8px; font-size: 14px; 
    color: #ED4F9D; padding: 4px 10px; width: 140px; margin: 5px auto; }
#blog-page #leave-commment form button:hover{ background-color: #ffdfef; }

/* Suggestion (You may also like) */
#blog-page #suggestions-section{ margin: 50px 0; }
#blog-page #suggestions-section h1{ font-size: 34px; font-weight: 400; }
#blog-page #suggestions-section #sugggestion-cards-container{ display: flex; gap: 3px; flex-wrap: wrap;
    margin-top: 40px; }
/* Card  */
#blog-page #suggestions-section .suggestion-card { width: calc(25% - 20px); }
#blog-page #suggestions-section .suggestion-card img { width: 100%; }
#blog-page #suggestions-section .suggestion-card h3 { font-family: "Jomolhari", serif; font-size: 16px;
    font-weight: 400; text-transform: uppercase; margin-top: 10px; color: #000000CC; }
#blog-page #suggestions-section .suggestion-card span { font-size: 13px; color: #00000080; font-weight: 700;
    margin: 10px 0; display: block; }

/* Socials SVG IMAGE */
#blog-page #suggestions-section .suggestion-card .socials{ width: 100%; display: flex; gap: 10px; 
    margin-top: 5px; }
#blog-page #suggestions-section .suggestion-card .socials img{ width: 20px; }
.blog .trending-product-item {     margin:0 0 40px; width: 100%; padding-bottom: 35px; }
.blog .trending-product-item figure { margin: 0 auto; width: 100%; }
.blog .trending-product-item h4 { font-size: 18px; font-weight: 500; padding: 15px; 
    text-transform: uppercase; text-align: left;  }
.blog .trending-product-item p { padding-left: 20px; color: #666666; padding-top: 15px;}
.blog a, .link { color: #0F172A; }
.blog .container-block.bg { margin-bottom: 100px; }
.gallery-tab-content{ width:100%; }


/*------------------------------Career-----------------------------*/
#career-page{
    /* border: 1px solid red; */
    width: 100%;
    padding: 30px 80px;
    margin-top: 20px;
}
#career-page h2{
    font-size: 20px;
    font-weight: 700;
}

/* Section-1 Intro Section  */
    #career-page #intro-section{
        box-sizing: border-box;
        width: 100%;
        margin-top: 10px;
    }
    #career-page #intro-section{
        grid-template-columns: 50% 38%;
        gap: 10%;
    }
    #career-page #intro-section #image-container{
        overflow: hidden;
        box-shadow: 0 2px 5px #e9e9e9;
    }
    #career-page #intro-section #image-container img{
        width: 100%;
    }
    #career-page #intro-section #text-container p{
        font-size: 18px;
        color: black;
    }

/* Section-2  */
    #openings-section{
        background-color: white;
        width:100%;
        border-radius: 8px;
        padding: 30px;
        margin-top: 50px;
    }

    #openings-section #employer-info-container #emp-info{
        align-items: center;
        gap: 10px;
    }
    /* employer img  */
    #openings-section #employer-info-container #emp-info #profile-img{
        height: 50px;
        width: 50px;
    }
    #openings-section #employer-info-container #profile-img img{
        height: 100%;
    }
    /* employer info */
    #openings-section #employer-info-container #emp-info #info{
        gap: 0;
    }
    #openings-section #employer-info-container #emp-info #info h3{
        font-weight: 500;
        font-size: 18px;
        margin: 0;
    }
    #openings-section #employer-info-container #emp-info #info span{
        color: #94A3B8;
        font-size: 14px;
        font-weight: 700;
    }
    /* employer contact */
    #openings-section #employer-info-container button{
        color: white;
        background-color: #3A7AF5;
        padding: 5px 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 8px;
    }

    #openings-section #employer-info-container button:hover{
        background-color: #1c6afa;
    }

    /* Openings CSS */
    #openings-section #openings-container{
        margin-top: 30px;
    }   
    #openings-section #openings-container .opening{
        cursor: pointer;
    }
    #openings-section #openings-container .opening .job-title{
        font-size: 15px;
        font-weight: 700;
    }
    #openings-section #openings-container .opening .total-positions{
        color: black;
        font-size: 18px;
        font-weight: 600;
    }

/* Section-3 Job Details */
    #job-details-section{
        margin: 30px;
    }
    #job-details-section .job-detail{
        margin-top: 30px;
    }
    #job-details-section h3{
        font-size: 15px;
        font-weight: 700;
    }
    #job-details-section p,ul{
        color:black;
        font-size: 18px;
    }

    /* Adding List style (*)  */
    #job-details-section .list-style-star li::before{
        content:"*";
        position: relative;
        top:3px;
        margin-right: 8px;
    }
    #job-details-section ul li span{
        font-weight: 700;
    }
/*--------------------------Listing Policy----------------------------------*/

/* body of privacy policy page  */
#listing-policy{
    padding: 30px 0px;
    position: relative;
}
#listing-policy #scroll-up-btn{
    position: fixed; 
    bottom: 20px;     
    right: 20px;      
    background-color: #d8d8d8;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 50%;  
    display: none;      
    justify-content: center;
    align-items: center;  
    cursor: pointer;      
    z-index: 10;  
}
#listing-policy section{
    margin-top: 40px;
}
#listing-policy div{
    color: black;
    font-size: 16px;
    /* font-weight: 300; */
}
#listing-policy h1{
    font-size: 32px;
}
#listing-policy h3{
    font-size: 20px;
    font-weight: 700;
}
#listing-policy h4{
    margin-top: 10px;
    color: #00000099;
    font-size: 16px;
}
#listing-policy span,
#listing-policy p,
#listing-policy ul li{
    font-size: 18px;
    color: black;
}
#listing-policy p{
    margin-top: 20px;
}
/*---------------------------Membership-------------------------*/
#membership-page{
    padding: 50px 80px;
    width: 100%;
}
#membership-page h2{
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

/* Table CSS */
    #membership-page table{
        width: 100%;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        font-size: 18px;
        box-shadow: 0 10px 15px #868686cc;
    }
    /* table heading  */
    #membership-page table thead{
        font-size: 18px;
        background-color: #E5F6FF;
        color: #3A7AF5;
    }
    #membership-page table thead tr td{
        font-weight: 800;
    }

    /* table row  */
    #membership-page table tr{
        height: 50px;
        border-bottom: 1px solid #1B1F2633;
    }
    #membership-page table tr td{
        text-align: center;
        font-weight: 500;
    }

    /* cancel icon  */
    #membership-page table tr td .cancel{
        color: red;
        font-size: 22px;
    }

    /* check icon */
    #membership-page table tr td .checked{
        color: green;
        font-size: 22px;
    }

    /* table column 1 */
    #membership-page table tr td:nth-child(1){
        padding: 0 40px;
        text-align: left;
    }

    /* table column 2,3,4,5 */
    #membership-page table tbody tr td:nth-child(2),
    #membership-page table tbody tr td:nth-child(3),
    #membership-page table tbody tr td:nth-child(4),
    #membership-page table tbody tr td:nth-child(5){
        font-weight: 800;
    }
/*---------------------------------My Listing-------------------------------*/
/* Main Body Area  */


/* Section-1 My Listing Tabs Section  */
    #my-listing-section-1{
        display: flex;
    }

    #my-listing-tab-container{
        gap: 200px;
        position: relative;
    }

    #my-listing-tab-container .my-listing-tab{
        gap: 10px;
        align-items: center;
        z-index: 3;
    }

    /* Icon in my listing tab  */
    #my-listing-tab-container .my-listing-tab a{
        border: 1px dashed #000000;
        position: relative;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        aspect-ratio: 1/1;
        border-radius: 50%;
    }

    /* Dashed Path  */
    .dashed-line-path{
        border-top: 1px dashed #3A7AF5;
        position: absolute;
        /* left: 0px; */
        width: 100%;
        z-index: 2;
        top: 30px;
    }

/* Section-2 My Wall Listings  */

    #my-listing-section-2{
        margin-top: 60px;
        display: grid;
        grid-template-columns: auto auto;
    }

    /* heading in section-2 */
    #my-listing-section-2 h2{
        font-size: 20px;
        font-weight: 500;
    }

    /* container of title + buy-sell btns  */
    #my-listing-section-2 #table-left-menu{
        gap: 30px;
    }

    /* buy-sell-btns container  */
    #my-listing-section-2 #table-left-menu .buy-sell-btns button{
        font-size: 14px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 10px 20px;
        text-align: center;
        background-color: transparent;
    }
    #my-listing-section-2 #table-left-menu .buy-sell-btns button.clicked{
        background-color: #E5F6FF;
        box-shadow: 0 -2px 3px #b4b4b440;
    }

    /* Table Menu Options */

    #my-listing-section-2 #table-right-menu{
        padding-right: 15px;
        gap: 20px;
    }

    /* Table Menu-1 == Add btn  */
    #my-listing-section-2 #table-right-menu-1{
        justify-content: right;
        gap: 20px;
        cursor: pointer;
    }
    #my-listing-section-2 #table-right-menu-1 img{
        width: 100%;
    }
    #my-listing-section-2 #table-right-menu-1 span{
        font-size: 16px;
        color: #3A7AF5;
        font-weight: 500;
        text-decoration: underline;
        text-align: end;
    }

    /* Add Btn Options CSS */
    #my-listing-add-options-container{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        background-color: rgba(68, 68, 68, 0.5);
        height: 100vh;
        width: 100vw;
        display: none;
    }
    #my-listing-add-options-container #my-listing-add-options-body{
        background-color: white;
        right: 20px;
        margin-top: 40vh;
        position: absolute;
        border-radius: 8px;
        gap: 10px;
        padding: 40px;
    }
    #my-listing-add-options-container #my-listing-add-options-body a{
        background-color: #3A7AF5;
        color: white;
        font-size: 16px;
        width: 140px;
        height: 40px;
        text-align: center;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* Table Menu-2 (Search,bookmark, refresh) */

    /* Search Bar  */
    #my-listing-section-2 #table-right-menu-2{
        gap: 20px;
        width: 100%;
        justify-content: right;
    }
    #my-listing-section-2 #table-right-menu-2 #search-bar{
        border: 1px solid #E2E8F0;
        cursor: pointer;
        border-radius: 10px;
        font-size: 14px;
        gap: 10px;
        padding: 0 10px;
    }
    #my-listing-section-2 #table-right-menu-2 #search-bar input{
        padding: 8px 0;
    }
    #my-listing-section-2 #table-right-menu-2 #search-bar img{
        width: 80%;
    }

    /* Save and Refresh Buttons */
    #my-listing-section-2 #bookmark-refresh{
        gap: 10px;
    }
    #my-listing-section-2 #bookmark-refresh button{
        background-color: transparent;
        border: 1px solid #E2E8F0;
        height: 100%;
        aspect-ratio: 1/1;
        border-radius: 5px;
    }
    #bookmark-btn img,
    #refresh-btn img{
        width: 60%;
    }

    /* Join Community Btn  */
    #my-listing-section-2 #table-right-menu-2 #join-community-btn{
        color: #3A7AF5;
        font-size: 16px;
        font-weight: 700;
        padding: 0 20px;
        border-radius: 10px;
        border: 1px solid #3A7AF54D;
        background-color: #3A7AF51A;
        box-shadow: 0 2px 5px #00000040;
    }

/* Section-3  */

    /* table css */
    #my-listing-section-3 .table-container table {
        border-collapse: collapse;
        width: 100%;
        font-size: 13px;
    }

    #my-listing-section-3 .table-container thead {
        background-color: #E5F6FF;
        width: 100%;
    }

    #my-listing-section-3 .table-container tbody::-webkit-scrollbar{
        display: none;
    }
    #my-listing-section-3 .table-container tbody {
        display: block;
        height: 370px; 
        overflow-y: auto;
        width: 100%;
    }

    #my-listing-section-3 .table-container tr {
        text-align: center;
        height: 50px;
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    #my-listing-section-3 .table-container tbody tr{
        height: 60px;
    } 

    #my-listing-section-3 .table-container td:nth-child(4) button{
        background-color: #E6D7FF;
        font-weight: 600;
        padding: 2px 10px;
        border-radius: 3px;
        position: relative;
    }
    #my-listing-section-3 .table-container td:nth-child(4) button::before{
        content: "";
        position: absolute;
        left: -4px;
        height: 9px;
        width: 9px;
        transform: rotate(45deg);
        top: 8px;
        background-color: #E6D7FF;
    }

    #my-listing-section-3 .table-container td:nth-child(5) span{
        background-color: #fffae6;
        color: #F6A723;
        padding: 3px 5px;
        border-radius: 3px;
    }
    #my-listing-section-3 .table-container td:nth-child(5) span:hover{
        background-color: #fff7d7;
        
    }
    #my-listing-section-3 .table-container td:nth-child(6) button{
        background: linear-gradient(to right, #5d22ff, #946eff);
        color: white;
        padding: 10px 13px;
        border-radius: 20px;
        font-size: 13px;
        line-height: 13px;
        text-align: center;
    }   
    #my-listing-section-3 .table-container td:nth-child(7) img{
        height: 20px;
    }

    #my-listing-section-3 .table-container td:nth-child(8) button{
        background-color: #f3f3f3;
        padding: 3px 10px;
        border-radius: 3px;
        font-weight: 500;
        border: 1px solid #dadada;
    }

/* Section-4 Bulk Import  */
    #my-listing-section-4{
        border-radius: 10px;
        background-color: white;
        padding: 0;
        font-size: 14px;
    }
    #my-listing-section-4 h2, #myfavourite h2, #rejectlist h2 { text-transform: uppercase; }
    #my-listing-section-4 #add-cancel-btns{
        gap: 10px;
    }
    #my-listing-section-4 #add-cancel-btns button{
        padding: 5px 10px;
        width: 100px;
        border-radius: 5px;
        font-weight: 600;
        transition: background-color 0.1s linear;
    }
    #my-listing-section-4 #cancel-btn{
        background-color: #FDEDF5;
        color: #ED4F9D;
    }
    #my-listing-section-4 #add-btn{
        background-color: #E9EFFD;
        color: #2563EB;
    }
    #my-listing-section-4 #cancel-btn:hover{
        background-color: #fad6e8;
        color: #ED4F9D;
    }
    #my-listing-section-4 #add-btn:hover{
        background-color: #d4e1ff;
        color: #2563EB;
    }

    /* Upload File CSS  */
    #my-listing-section-4 #drop-file-container{
        border: 1px dashed #2563EB;
        width: 100%;
        margin-top: 20px;
        border-radius: 10px;
        padding: 20px 40px;
        gap: 20px;
        cursor: pointer;
    }
    #my-listing-section-4 #drop-file-container #drop-img-container{
        height: 80px;
    }
    #my-listing-section-4 #drop-file-container #drop-img-container img{
        height: 100%;
    }

    /* Import File Options Container */
    #my-listing-section-4 #import-file-container{
        border: 1px solid black;
        position: fixed;
        background-color: rgb(0, 0, 0,0.5);
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100vw;
        display: none;
    }
    /* css for open and closing import file options */
    #my-listing-section-4 #import-file-container.active{
        display: flex;
    }

    /* import file options container  */
    #my-listing-section-4 #import-file-container #import-file-body{
        background-color: white;
        width: 400px;
        padding: 30px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
    }

    #file-upload-text-input-wrapper{
        gap: 10px;
    }
    /* Download Button  */
    #my-listing-section-4 #import-file-container #sample-file a{
        color: #3A7AF5;
        font-weight: 700;
    }

    /* Choose  File  */
    #my-listing-section-4 #import-file-body #import-file-input-field{
        border: 1px solid #00000026;
    }
    #my-listing-section-4 #import-file-body #import-file-input-field input::-webkit-file-upload-button{
        padding: 10px 10px;
        font-weight: 600;
        background-color: #f0f0f0;
        border: none;
        border-right: 1px solid #00000026;
    }

    /* Close Import Btns  */
    #my-listing-section-4  #import-file-body #import-option-btns{
        gap: 10px;
        justify-content: end;
    }
    #my-listing-section-4  #import-file-body #import-option-btns button{
        padding: 10px 0;
        width: 100px;
        font-weight: 600;
        border-radius: 5px;
        transition: background-color 50ms linear;
    }
    #my-listing-section-4  #import-file-body #import-option-btns #close-btn{
        background-color: #e6e6e6;
    }   
    #my-listing-section-4  #import-file-body #import-option-btns #import-btn{
        background-color: #3A7AF5;
        color: white;
    }
    #my-listing-section-4  #import-file-body #import-option-btns #close-btn:hover{
        background-color: #cccccc;
    }   
    #my-listing-section-4  #import-file-body #import-option-btns #import-btn:hover{
        background-color: #115ff1;
    }
    
/*------------------------Privacy Policy-------------------------------------*/

/* body of privacy policy page  */
#privacy-policy{
    padding: 30px 0px;
    position: relative;
}
#privacy-policy #scroll-up-btn{
    position: fixed; 
    bottom: 20px;     
    right: 20px;      
    background-color: #d8d8d8;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 50%;  
    display: none;      
    justify-content: center;
    align-items: center;  
    cursor: pointer;      
    z-index: 10;  
}
#privacy-policy section{
    margin-top: 40px;
}
#privacy-policy div{
    color: black;
    font-size: 16px;
    /* font-weight: 300; */
}
#privacy-policy h1{
    font-size: 32px;
}
#privacy-policy h3{
    font-size: 20px;
    font-weight: 700;
}
#privacy-policy h4{
    margin-top: 10px;
    color: #00000099;
    font-size: 16px;
}
#privacy-policy span,
#privacy-policy p,
#privacy-policy ul li{
    font-size: 18px;
    color: black;
}
#privacy-policy p{
    margin-top: 20px;
}
/*-------------------------------------Product Detail Page-------------------------------------*/
/* Products Details Page Body  */
#product-details-page{ padding: 30px; width: 100%; max-width: 1600px; margin: 0 auto; }
/* Breadcrumb ( Home / Products / ....) */
#product-details-page #product-breadcrumb{ font-size: 15px; word-spacing: 8px; }
#product-details-page #product-breadcrumb span{ color: #3A7AF5; word-spacing: 0; }
/* section-1 === product-images and information */
#product-details-page #section-1-product-images-information{ margin-top: 30px; gap:30px;
    display: grid; grid-template-columns: auto auto; }
#product-details-page #section-1-product-images-information #product-images-wrapper{ gap: 20px; }
/* image list container  */
#product-details-page #section-1-product-images-information #image-list-container button{ 
    background-color: transparent; width: 100%; }
#product-details-page #section-1-product-images-information #image-list-container button img{ opacity: 0.5; }
/* image-list */
#product-details-page #section-1-product-images-information #imageList{ gap: 20px; height: 400px; 
    position: relative; overflow: scroll; }
#product-details-page #section-1-product-images-information #imageList::-webkit-scrollbar{ display: none;
    scroll-behavior: smooth; }
#product-details-page #section-1-product-images-information #imageList div{ display: flex; 
    align-items: center; justify-content: center; background-color: #F5F5F5; cursor: pointer; 
    width: 80px; padding: 5px; aspect-ratio: 1/1; }
#product-details-page #section-1-product-images-information #imageList div img{ width: 100%; }
#product-details-page #section-1-product-images-information #imageList div:hover{ box-shadow: 0 0 5px #d4d4d4; }
/* image window  */
#product-details-page #section-1-product-images-information #imageWindow{ background-color: #F5F5F5; 
    width: 400px; height: 400px; padding: 0px; overflow: hidden; padding: 0 20px; 
    display: flex; justify-content: center; }
#product-details-page #section-1-product-images-information #imageWindow img{ max-width: 100%; 
    max-height: 100%; object-fit: contain; }
/* Product Details  */
#product-details-page #section-1-product-images-information #product-info-container h2{ font-size: 24px;
    font-weight: 600; }
/* wrapper of ratings and in stock status */
#product-details-page #section-1-product-images-information #product-info-container #ratings-stock-wrapper{ 
    gap: 20px; }
/* ratings container  */
#product-details-page #section-1-product-images-information #product-info-container #ratings-stock-wrapper #ratings-container{ 
    gap: 10px; }
#product-details-page #section-1-product-images-information #product-info-container #ratings-container img{
    width: 18px; }
#product-details-page #section-1-product-images-information #product-info-container #ratings-container span{ 
    font-size: 13px; }
/* Stock Status */
#product-details-page #section-1-product-images-information #product-info-container #stock-status{ 
    background-color: #3EB95F33; color: #129334; font-size: 14px; padding: 2px 10px; border-radius: 5px; }
/* sold count alert and stock left alert */
#product-details-page #section-1-product-images-information #product-info-container #sold-count-alert,
#product-details-page #section-1-product-images-information #product-info-container #stocks-left-alert{
    font-size: 16px; color: #DB4444; margin-top: 10px; display: block; }
/* Product short description */
#product-details-page #section-1-product-images-information #product-info-container #product-short-description{
    margin-top: 10px; font-size: 14px; color: black; }
/* Stocks left alert */
#product-details-page #section-1-product-images-information #product-info-container #stocks-left-alert{
    font-size: 14px; }
/* Enquire Btns  */
#product-details-page #section-1-product-images-information #product-info-container #enquire-btns-wrapper{
    gap: 10px; font-size: 16px; }
#product-details-page #section-1-product-images-information #product-info-container #enquire-now-btn{
    background-color: #3A7AF5; color: white; padding: 0px 25px; height: 40px; border-radius: 5px;
    transition: all 50ms ease-in-out; }
/* enquire btn  */
#product-details-page #section-1-product-images-information #product-info-container #enquire-now-btn:hover{
    background-color: #0c5df3; }
/* like, whatsapp, share btn  */
#product-details-page #section-1-product-images-information #product-info-container #enquire-btns-wrapper div{
    border: 1px solid #00000080; width: 40px; height: 40px; border-radius: 5px; cursor: pointer; }
#product-details-page #section-1-product-images-information #product-info-container #enquire-btns-wrapper div:hover{
    box-shadow: 0 0 2px #616161cc; }
#product-details-page #section-1-product-images-information #product-info-container #enquire-btns-wrapper div img{
    height: 16px; }
/* Section-2 === Product Description */
#product-details-page #section-2-product-descriptions{ margin-top: 30px; }
#product-details-page #section-2-product-descriptions #tab-btns{ border-bottom: 1px solid #065AD833; gap: 20px; }
#product-details-page #section-2-product-descriptions #tab-btns button{ font-size: 20px; font-weight: 600; 
    border-radius: 0;  border-bottom: 4px solid transparent;
    text-align: left; padding: 10px 0; padding-left: 5px; padding-right: 50px; background-color: transparent; }
#product-details-page #section-2-product-descriptions #tab-btns button.active{ border-bottom: 4px solid #3A7AF5; }
#product-details-page #section-2-product-descriptions .tab-window{ display: none; }
#product-details-page #section-2-product-descriptions .tab-window.active-window{ display: block; }
/* Description Tab CSS  */
/* Table CSS */
#product-details-page #section-2-product-descriptions #description-tab .table-container{ margin-top: 40px; }
/* SECTION-4 Recent Products */
#product-details-page #section-4-recent-products{ padding: 30px; }
#product-details-page #section-4-recent-products h2{ font-size: 30px; text-align: center; 
    padding: 10px 0; font-weight: 700; }
#product-details-page #section-4-recent-products #products-container{ width: 100%; padding: 0 30px; 
    margin-top: 20px; }
/* Product List Container  */
#product-details-page #section-4-recent-products #product-list{ gap: 40px; width: 100%; overflow: hidden; }   
#product-details-page #section-4-recent-products #product-list::-webkit-scrollbar{ display: none; }
/* Product list  */
#product-details-page #section-4-recent-products #product-list li{ width: 200px; font-size: 13px; 
    font-weight: 600; color: gray; gap: 10px; flex-shrink: 0; min-height: 100%; }
/* Product list images  */
#product-details-page #section-4-recent-products #product-list .prod-img{ width: 100%; justify-content: center; 
    overflow: hidden; height: 100%; max-height: 200px; }
#product-details-page #section-4-recent-products #product-list .prod-img img{ max-width: 100%; max-height: 100%; }
div.dt-container div.dt-layout-row { margin: 0; }

/* Product Details  */
#product-details-page #section-4-recent-products #product-list .product .prod-details{ gap: 10px; }
/* product name  */
#product-details-page #section-4-recent-products #product-list .prod-name{ color: #001b55; }
/* Product price  */
#product-details-page #section-4-recent-products #product-list .actual-price{ text-decoration: line-through; }
#product-details-page #section-4-recent-products #product-list .current-price{ color: red; }
/* select color css  */
#product-details-page #section-4-recent-products #product-list .colors{ gap: 5px; }
#product-details-page #section-4-recent-products #product-list .colors div{ height: 30px; width: 30px;
    border: 1px solid rgb(170, 170, 170); border-radius: 50%; display: flex; overflow: hidden;
    padding: 3px; cursor: pointer; }
#product-details-page #section-4-recent-products #product-list .colors div span{ height: 100%;
    width: 100%; border-radius: 50%; }
#product-details-page #section-4-recent-products #product-list .colors div .color-1{
    background-color: black; }
#product-details-page #section-4-recent-products #product-list .colors div .color-2{
    background-color: rgb(255, 250, 201); }
#product-details-page #section-4-recent-products #product-list .colors div .color-3{
    background-color: gray; }
#product-details-page #section-4-recent-products #product-list .colors div .color-4{ 
    background-color: rgb(255, 196, 86); }
/* Quick Add Btn  */
#product-details-page #section-4-recent-products #product-list li .prod-details a{ 
    border: 1px solid #001e55; color: #00153d; font-weight: 800; border-radius: 3px;; 
    background-color: transparent; height: 40px; cursor: pointer; }
/* Scroll Left right Btns  */
#product-details-page #section-4-recent-products .left-right-btns{ display: flex; 
    justify-content: center; gap: 10px; margin-top: 20px; }
#product-details-page #section-4-recent-products .left-right-btns button{ height: 50px; width: 50px;
    border-radius: 50%; }
#product-details-page #section-4-recent-products .left-right-btns button:hover{ box-shadow: 0 0 2px #a0a0a0; }
#product-details-page #section-4-recent-products .left-right-btns button img{ width: 50%; }
/* Section-5 Features  */
#product-details-page #section-5-features{ margin-top: 60px; gap: 50px; justify-content: center; }
#product-details-page #section-5-features .feature{ max-width: 350px; gap: 5px; text-align: center;
    color: #415161; }
/* img in feaure container  */
#product-details-page #section-5-features .feature .img-wrapper{ background-color: #cee6ff; height: 80px;
    width: 80px; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
#product-details-page #section-5-features .feature .img-wrapper img{ background-color: #0180FF; 
    border-radius: 50%; width: 80%; padding: 10px; }
#product-details-page #section-5-features .feature h2{ margin-top: 10px; font-size: 20px; font-weight: 700;}
#product-details-page #section-5-features .feature h3{ font-size: 14px; }
/*-----------------------------Support----------------------------*/
#support-page{ padding: 30px 50px; width: 100%; }
#support-page h1{ font-size: 50px; font-weight: 700; text-align: center; margin-top: 20px; }
#support-page h4{ font-size: 16px; color: #A2A2A2; text-align: center; }
/* Section-1 Cards  */
#support-page #section-support-cards{ display: flex; justify-content: center; gap: 20px; padding: 20px;
    margin: 40px 0; flex-wrap: wrap; }
/* Card Couple */
#support-page .card-couple{ flex-wrap: wrap; width: 48%; }
/* card  */
#support-page .support-card{ display: flex; flex-direction: column; justify-content: center; 
    align-items: center; gap: 10px; width: 47%; padding: 30px; background-color: white;
    border-radius: 8px; box-shadow: 0 5px 6px #00000040; margin: 0 10px; }
/* img inside card  */
#support-page .support-card .img-wrapper{ height: 45px; width: 45px; border: 1px solid #3A7AF5; 
    border-radius: 50%; display: flex; justify-content: center; align-items: center; }
#support-page .support-card .img-wrapper img{ height: 100%; }
#support-page .support-card p{ text-align: center; }
#support-page .support-card button{ font-size: 16px; padding: 6px 20px; border-radius: 8px; 
    background-color: white; text-align: center; color: #3A7AF5; font-weight: 700; 
    box-shadow: 0 2px 8px #d8d8d8; }
/* Section-2 Question-answers */
#support-page #section-findAnswer{ width: 750px; margin: 80px auto; }
#support-page #section-findAnswer #que-ans-container{ margin: 40px 0; }
#support-page #section-findAnswer .que-ans{ background-color: #FAFAFA; }
#support-page #section-findAnswer .question{ border: 1px solid #ebebeb; font-size: 22px;
    font-weight: 700; padding: 10px 20px; display: flex; align-items: center; gap: 5px;cursor: pointer; }
#support-page #section-findAnswer .answer{ border: 1px solid #ebebeb; border-top: none; padding: 20px; 
    display: none; font-size: 14px; font-weight: 700; color: #989898; }

.accordion { width: 100%; }
.accordion-button { background: #fff; font-size: 24px; color: #000000; font-weight: 700; }
.accordion-button:not(.collapsed) { background: #efefef; }
.accordion-button::after { background: none; content: '+'; font-size: 25px; font-weight: bold; line-height: 25px; }
.accordion-body { font-weight: 700; font-size: 18px; color: #989898; }
.accordion-button:not(.collapsed)::after { background: none; content: '-'; }

/*--------------------------------Utility--------------------------------*/
.flex { display: flex; }
.flex-row{ flex-direction: row; }
.flex-col{ flex-direction: column; }
.justify-center { justify-content: center; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.grid { display: grid; }
.grid-cols-2{ grid-template-columns: repeat(2,1fr); }
.text-center { text-align: center; }
.border { border: 1px solid black; }
/*-----------------------------------Edit page CSS------------------------------*/
#suggestions-section #sugggestion-cards-container .suggestion-card { width: calc(23.6% - 0px); }
.breadcrumb { --bs-breadcrumb-padding-x: 0; --bs-breadcrumb-padding-y: 0; --bs-breadcrumb-margin-bottom: 0; }
.business_favourite{ padding:30px; }
.modal .modal-content .business_favourite .form-section p { padding-bottom: 10px; }
.mylistingprofile .nav.nav-tabs li.nav-item { text-align: left; padding-left: 0; padding-right: 10px; }
.mylisting .header { display: flex; justify-content: space-between; align-items: center; 
    margin-bottom: 20px; }
.mylisting .nav-tabs .nav-link, .nav-tabs .nav-link { padding: 0px; border: none; }
.nav-tabs .nav-link, .nav-tabs .nav-link { padding: 20px; }
.bgwhite{ background:#fff; }
.FavouriteProducts dl, ol, ul { margin-top: 0; margin-bottom: 0; }
.feedback table { width: 100%; border-collapse: collapse; background: #fff; }
.feedback th { font-size: 18px; font-weight: bold; text-align: left; background: #E9EEF3; color: #000;
    padding-left: 30px; }
.feedback td { padding: 10px; border-bottom: 1px solid #e2e8f0; text-align: left; height: 80px; 
    font-size: 16px; font-weight: 600; padding-left: 30px; }
.nonedit:focus { color: var(--bs-body-color); background-color: var(--bs-body-bg); border-color: #86b7fe;
    outline: 0; box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); }
.my_profile :focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.mobileview { display: none; }
.desktopview { display: block; }

/* Eng home Styles */
.engg-home .product-page-banner h2 { color: #fff; font-size: 64px; line-height: 64px; font-family: "Paytone One", sans-serif; font-weight: 400; margin-bottom: 20px; }
.engg-home .product-page-banner .slider__text { width: 70%;  }
.engg-home .product-page-banner p { color: #fff; } 
.engg-home .product-page-banner .banner-btn { padding: 0 0 0 20px; font-size: 24px; line-height: 54px; font-weight: 700; }
.engg-home .product-page-banner .banner-btn .material-symbols-outlined { width: 54px; height: 54px; float: right; background: #fff; color: #F62B24; font-variation-settings:'FILL' 1,'wght' 400,  'GRAD' 0, 'opsz' 24 ; display: flex; align-items: center; justify-content: center; margin-left: 20px; }
.engg-home .page-header { background-color: #fff; }
.engg-home .page-header .container { display: flex; align-items: center; justify-content: space-between; }
.engg-home .page-header .section-title { font-size: 24px; line-height: 24px; text-transform: uppercase; background: none; }
.engg-home .products-display { display: inline-block; width: 100%; padding: 100px 0; background-color: #F8F8F8; }
.engg-product-carousel { padding: 0 100px; }
.engg-product-carousel .trending-product-item { text-align: center; margin: 0 10px 30px; }
.engg-product-carousel .trending-product-item a { text-decoration: none; display: inline-block; width: 100%; background-color: #fff; }
.engg-product-carousel .trending-product-item figure { background-color: transparent; }
.engg-product-carousel .trending-product-item h3 { font-size: 18px; font-weight: bold; color: #000; margin-bottom: 0; }
.engg-product-carousel .trending-product-item p { color: #000; }
.engg-product-carousel.owl-carousel .owl-nav.disabled { display: block; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; margin: 0; left: 0; }
.engg-product-carousel.owl-carousel .owl-nav .owl-prev { float: left; }
.engg-product-carousel.owl-carousel .owl-nav .owl-next { float: right; }
.latest-products-inquiries .section-title { text-align: left; font-size: 24px; line-height: 30px; font-weight: 700; color: #1E1E1E; text-transform: uppercase; border-bottom: 4px solid #3A7AF5; padding-bottom: 10px; display: inline-block; padding-right: 50px; margin: 0 0 20px; background: none; }
.latest-products-inquiries .product-list { display: flex; flex-wrap: wrap; align-items: center; padding: 0; margin: 0; list-style: none; margin-bottom: 100px; height: 447px; overflow: hidden; }
.latest-products-inquiries .product-list li { flex-basis: 50%; max-width: 50%; padding: 10px;  border-bottom: 1px solid #065AD833; position: relative; }
.latest-products-inquiries .product-list a { display: flex; align-items: center; text-decoration: none; }
.latest-products-inquiries .product-list figure { margin: 0; }
.latest-products-inquiries .product-list img { border-radius: 5px; border: 1px solid #0000001A; box-shadow: 0px 6px 10px 0px #0000004D; margin-right: 15px; }
.latest-products-inquiries .product-list p { text-align: left; font-weight: 700; color: #000000; font-size: 16px; margin: 0; }
.latest-products-inquiries .product-list small { padding-left: 0; color:rgba(0, 0, 0, 0.5); padding-top: 5px; }

.heroelectronic { display: none; }


table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    padding: 15px 10px;
	vertical-align: middle;
}
.footer-menu { position: fixed; background: #fff; left: 0; bottom: 0; width: 100%;
    display: none; align-items: center; z-index: 9999; justify-content: space-around; padding: 10px 0;box-shadow: 4px 0px 7px 0px #00000040; }
.footer-menu a { display: block; text-align: center; color: #000; font-size: 13px; 
    text-decoration: none; }
.footer-menu a.active { color: #2563EB; }
.footer-menu .material-symbols-outlined { font-size: 24px; line-height: 20px; }
.footer-menu .fa { font-size: 24px; line-height: 20px; }
.footer-menu p { margin-top: 5px; }

.modal .modal-content .business_favourite .form-section p{ width: 33.33%;}
.category-section-container .container { margin-top:20px; }
.form-group{
  position: relative;
  .palceholder{
   position: absolute;
   top: 15px;
   left: 40px;
  display: none;
	z-index: 1;
  }
  label{
   font-wight: normal;
   
  } 
  .star{
    color: red
  }
}

.greenaaprove .material-symbols-outlined{
	color:#04B80A;
	    top: 10px;
}
.resend_otp_btn:disabled{	
    background: #fff;
    color: #7D8184;
	cursor:not-allowed;
}
.resend_otp_btn:not(:disabled):hover{	
    background: #fff;
    color: #000000;
}
.resend_otp_btn{	
    background: #fff;
    color: #065AD8;
}
